home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
300 Favorite Games
/
300GAMES.iso
/
45
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-06-22
|
105b
|
8 lines
@echo off
cls
mkdir c:\drivein
xcopy *.* c:\drivein /s
c:
cd \drivein
echo Installation complete.