]> git.mxchange.org Git - flightgear.git/commitdiff
oops, I guess I changed the executable name to fgfs.exe ...
authorcurt <curt>
Sat, 26 Sep 1998 13:17:56 +0000 (13:17 +0000)
committercurt <curt>
Sat, 26 Sep 1998 13:17:56 +0000 (13:17 +0000)
Main/runfgfs.bat.in

index 7958217844139f93d3cc3deea44340d9c9af8fb1..e64c4b637ad488402b67f854929c582692bcb378 100755 (executable)
@@ -1,27 +1,27 @@
 REM @ECHO OFF\r
 \r
-REM Skip ahead to RUN1 if %FG_ROOT%\BIN\FG.EXE exists\r
-IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1\r
+REM Skip ahead to RUN1 if %FG_ROOT%\BIN\FGFS.EXE exists\r
+IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1\r
 \r
 REM %FG_ROOT% wasn't set right so let's try "."\r
 SET FG_ROOT=.\r
-IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1\r
+IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1\r
 \r
 REM %FG_ROOT% wasn't set right so let's try ".."\r
 SET FG_ROOT=..\r
-IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1\r
+IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1\r
 \r
 REM %FG_ROOT% wasn't set right so let's try "@prefix@"\r
 SET FG_ROOT=@prefix@\r
-IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1\r
+IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1\r
 \r
-ECHO Cannot find %FG_ROOT%\BIN\FG.EXE\r
+ECHO Cannot find %FG_ROOT%\BIN\FGFS.EXE\r
 GOTO END\r
 \r
 :RUN1\r
 REM Now that FG_ROOT has been set, run the program\r
 ECHO FG_ROOT = %FG_ROOT%\r
-%FG_ROOT%\BIN\FG.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+%FG_ROOT%\BIN\FGFS.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9\r
 \r
 GOTO END\r
 \r