home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimate Game Collection
/
XULTI.ISO
/
23
/
cop.bat
< prev
next >
Wrap
DOS Batch File
|
1992-08-27
|
87b
|
7 lines
MKDIR C:\apples
COPY *.* C:\apples
ECHO COPY DONE
echo To run type apples
PAUSE