home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 958.PILOT.BAT < prev    next >
DOS Batch File  |  1992-02-13  |  281b  |  10 lines

  1. @echo off
  2. if exist pilot.dat del pilot.dat
  3. echo %1>pilot.dat
  4. namefix /u <pilot.dat >pilot.dat
  5. echo.
  6. if "%2" == "00" copy pilot.dat + restored.txt con >nul
  7. if "%2" == "01" copy pilot.dat + grounded.txt con >nul
  8. if "%2" == "02" copy pilot.dat + captured.txt con >nul
  9. echo.
  10.