home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
wordmisc
/
labelpls
/
instalad.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-02
|
386b
|
23 lines
echo off
d:
cd\
echo on
rem **** LABELS PLUS! Installation On Drive D ****
rem **** Creating LAB Directory ****
echo off
md lab
echo on
rem **** LAB Directory Created ****
echo off
pause
cls
echo on
rem **** Copying Files To LAB ****
echo off
copy a:*.* d:\LAB
pause
cls
echo on
pause *** INSTALLATION IS COMPLETE ****
echo off