home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimate Game Collection
/
XULTI.ISO
/
185
/
cop.bat
next >
Wrap
DOS Batch File
|
1992-08-28
|
95b
|
8 lines
cls
echo off
MKDIR C:\PERE
COPY *.* C:\PERE
ECHO COPY DONE
echo To run type PERE1
PAUSE