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