Subversion Repositories nw_plus

Rev

Rev 47 | Rev 49 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47 Rev 48
Line 37... Line 37...
37
 
37
 
38
if "%xxx%"=="1" echo Using XXX mode.
38
if "%xxx%"=="1" echo Using XXX mode.
39
if "%dp%"=="1" echo Using Duke Plus by DeeperThought.
39
if "%dp%"=="1" echo Using Duke Plus by DeeperThought.
40
if "%debug%"=="1" echo Using debug mode.
40
if "%debug%"=="1" echo Using debug mode.
41
 
41
 
-
 
42
if "%debug%"=="1" echo DEBUG: Command Line Input: %*
-
 
43
 
42
:recheck
44
:recheck
43
if not exist %exename%.exe goto execheck
45
if not exist %exename%.exe goto execheck
44
:execheck_done
46
:execheck_done
45
set exedir=%cd%
47
set exedir=%cd%
46
if "%debug%"=="1" echo DEBUG: %exeproper% Directory: "%exedir%"
48
if "%debug%"=="1" echo DEBUG: %exeproper% Directory: "%exedir%"