@rem Get command-line arguments, handling Windows variants\r
\r
if not "%OS%" == "Windows_NT" goto win9xME_args\r
-if "%@eval[2+2]" == "4" goto 4NT_args\r
\r
:win9xME_args\r
@rem Slurp the command line arguments.\r
if "x%~1" == "x" goto execute\r
\r
set CMD_LINE_ARGS=%*\r
-goto execute\r
-\r
-:4NT_args\r
-@rem Get arguments from the 4NT Shell from JP Software\r
-set CMD_LINE_ARGS=%$\r
\r
:execute\r
@rem Setup the command line\r