home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
405.F3START.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-04
|
2KB
|
44 lines
@ECHO OFF
CLS
REM Falcon 3.0 Startup
REM
REM In order to run this Menu program, you need to have Batch Files
REM 1-8 and F3START.BAT in the same directory.
REM
REM Pressing #1 will go directly to FALCON3.EXE
REM Pressing 2-8 will complete required action and then start F3.
REM
REM When you exit from F3, you will be returned to the Startup Menu
REM where you can do further file maintenance or return to DOS.
REM
REM This program assumes F3 is located in the C:\FALCON3 Directory
REM and that you have a directory called C:\FALCON3\F3BACKUP.
REM If your directories are different from this, you will need to
REM adjust Batch Files 1-8 to include the proper paths.
REM
ECHO.
ECHO *************************************************************
ECHO Falcon 3.0 Startup Menu
ECHO *************************************************************
ECHO.
ECHO.
ECHO 1. Start F3 without backing up or restoring
ECHO.
ECHO 2. Backup Squadron and F3 Default Files
ECHO.
ECHO 3. Backup Squadron Files Only
ECHO.
ECHO 4. Backup F3 Default File Only
ECHO.
ECHO 5. Restore your Squadron and F3 Default Files
ECHO.
ECHO 6. Restore your Squadron Files Only
ECHO.
ECHO 7. Restore your F3 Default File Only
ECHO.
ECHO 8. Exit to DOS
ECHO.
ECHO.
PROMPT Type the number you want and press ENTER:
@ECHO OFF