home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 405.F3START.BAT < prev    next >
DOS Batch File  |  1992-01-04  |  2KB  |  44 lines

  1. @ECHO OFF
  2. CLS
  3. REM                   Falcon 3.0 Startup
  4. REM
  5. REM  In order to run this Menu program, you need to have Batch Files
  6. REM           1-8 and F3START.BAT in the same directory.
  7. REM
  8. REM          Pressing #1 will go directly to FALCON3.EXE
  9. REM   Pressing 2-8 will complete required action and then start F3.
  10. REM
  11. REM  When you exit from F3, you will be returned to the Startup Menu
  12. REM    where you can do further file maintenance or return to DOS.             
  13. REM
  14. REM  This program assumes F3 is located in the C:\FALCON3 Directory
  15. REM     and that you have a directory called C:\FALCON3\F3BACKUP.
  16. REM   If your directories are different from this, you will need to
  17. REM       adjust Batch Files 1-8 to include the proper paths.
  18. REM
  19. ECHO.
  20. ECHO    *************************************************************
  21. ECHO                    Falcon 3.0 Startup Menu
  22. ECHO    *************************************************************
  23. ECHO.
  24. ECHO.
  25. ECHO            1.  Start F3 without backing up or restoring
  26. ECHO.
  27. ECHO            2.  Backup Squadron and F3 Default Files
  28. ECHO.
  29. ECHO            3.  Backup Squadron Files Only
  30. ECHO.
  31. ECHO            4.  Backup F3 Default File Only
  32. ECHO.
  33. ECHO            5.  Restore your Squadron and F3 Default Files
  34. ECHO.
  35. ECHO            6.  Restore your Squadron Files Only
  36. ECHO.
  37. ECHO            7.  Restore your F3 Default File Only
  38. ECHO.
  39. ECHO            8.  Exit to DOS
  40. ECHO.
  41. ECHO.
  42. PROMPT          Type the number you want and press ENTER:
  43. @ECHO OFF
  44.