home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 29
/
PCGAMER29.bin
/
copyit.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-20
|
412b
|
19 lines
@echo off
@md %2\jeep >nul:
@md %2\atv >nul:
@md %2\samples >nul:
@md %2\gen >nul:
@md %2\dirt1 >nul:
@md %2\feheli >nul:
@copy %1\*.* %2 >nul:
@copy %1\jeep\*.* %2\jeep >nul:
@copy %1\atv\*.* %2\atv >nul:
@copy %1\samples\*.* %2\samples >nul:
@copy %1\gen\*.* %2\gen >nul:
@copy %1\dirt1\*.* %2\dirt1 >nul:
@copy %1\feheli\*.* %2\feheli >nul: