home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
958.PILOT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-13
|
281b
|
10 lines
@echo off
if exist pilot.dat del pilot.dat
echo %1>pilot.dat
namefix /u <pilot.dat >pilot.dat
echo.
if "%2" == "00" copy pilot.dat + restored.txt con >nul
if "%2" == "01" copy pilot.dat + grounded.txt con >nul
if "%2" == "02" copy pilot.dat + captured.txt con >nul
echo.