leosutic 2003/03/18 00:34:39 Modified: src/script run.bat Log: "Bites" bites. Also, upgraded the message from a "warning" (which implies that you can run the server anyway) to an "error" (which is more suitable since the script will abort after displaying it). Revision Changes Path 1.11 +3 -3 avalon-phoenix/src/script/run.bat Index: run.bat =================================================================== RCS file: /home/cvs/avalon-phoenix/src/script/run.bat,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- run.bat 25 Feb 2003 10:19:30 -0000 1.10 +++ run.bat 18 Mar 2003 08:34:39 -0000 1.11 @@ -49,9 +49,9 @@ if not "%PHOENIX_HOME%" == "" goto phoenix_home echo. -echo Warning: PHOENIX_HOME environment variable is not set. -echo This needs to be set for Win9x as it's command prompt -echo scripting bites +echo Error: PHOENIX_HOME environment variable is not set. +echo This needs to be set manually for Win9x as it's command +echo prompt scripting does not allow it to be set automatically. echo. goto end
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
