From 33a585042c176b0feaa3872164e8b851989d6f6d Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 26 Sep 1998 13:17:56 +0000 Subject: [PATCH] oops, I guess I changed the executable name to fgfs.exe ... --- Main/runfgfs.bat.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Main/runfgfs.bat.in b/Main/runfgfs.bat.in index 795821784..e64c4b637 100755 --- a/Main/runfgfs.bat.in +++ b/Main/runfgfs.bat.in @@ -1,27 +1,27 @@ REM @ECHO OFF -REM Skip ahead to RUN1 if %FG_ROOT%\BIN\FG.EXE exists -IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1 +REM Skip ahead to RUN1 if %FG_ROOT%\BIN\FGFS.EXE exists +IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1 REM %FG_ROOT% wasn't set right so let's try "." SET FG_ROOT=. -IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1 +IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1 REM %FG_ROOT% wasn't set right so let's try ".." SET FG_ROOT=.. -IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1 +IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1 REM %FG_ROOT% wasn't set right so let's try "@prefix@" SET FG_ROOT=@prefix@ -IF EXIST %FG_ROOT%\BIN\FG.EXE GOTO RUN1 +IF EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO RUN1 -ECHO Cannot find %FG_ROOT%\BIN\FG.EXE +ECHO Cannot find %FG_ROOT%\BIN\FGFS.EXE GOTO END :RUN1 REM Now that FG_ROOT has been set, run the program ECHO FG_ROOT = %FG_ROOT% -%FG_ROOT%\BIN\FG.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9 +%FG_ROOT%\BIN\FGFS.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9 GOTO END -- 2.39.2