home *** CD-ROM | disk | FTP | other *** search
- @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.