home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 30
/
PCGAMER30.bin
/
install2.bat
< prev
next >
Wrap
DOS Batch File
|
1996-03-24
|
199b
|
12 lines
@echo off
cls
echo.
echo This will now copy DOS4GW.EXE to the C:\FLIGHT directory - I hope that's
echo where you installed Flight Unlimited!
echo.
copy dos4gw.exe c:\flight
echo.
pause.