home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
WP51TUT3.ZIP
/
GOHARD.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-08
|
412b
|
26 lines
echo off
cls
type install.txt
pause
c:
md \wordptut
cd\wordptut
cls
echo.........copying files, please wait
copy a:*.* c:/v
cls
echo.........insert diskette #2 in drive A !
pause
cls
echo.........copying files, please wait
copy a:*.* c:/v
echo off
cls
echo.........insert diskette #3 in drive A !
pause
cls
echo..........copying files, please wait
copy a:*.* c:/v
cls
type finished.txt