home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
300 Favorite Games
/
300GAMES.iso
/
60
/
cop.bat
< prev
next >
Wrap
DOS Batch File
|
1992-08-30
|
96b
|
8 lines
cls
echo off
MKDIR C:\CAP
COPY *.* C:\CAP
ECHO COPY DONE
echo To run type cap
PAUSE