home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
pcmag
/
vol7n14.arc
/
LOAD.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-06-30
|
255b
|
13 lines
:START
ECHO Place disk to be copied in drive A:
PAUSE
DSKREADY A:
IF NOT ERRORLEVEL 1 GOTO DOCOPY
ECHO The drive is not responding.
ECHO Check that the disk is inserted
ECHO and the drive door is closed.
PAUSE
GOTO START
:DOCOPY
COPY A:*.* C: