home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PROGRAMS
/
UTILS
/
FLOPPIES
/
QDC10.ZIP
/
QDCM.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-03-21
|
125 b
|
9 lines
@echo off
:top
QDC %1
if errorlevel 1 goto done
getyn Copy Another Disk?
if errorlevel 1 goto top
echo Done...
:done