Subversion Repositories nw_plus

Rev

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

Rev 52 Rev 55
Line 1... Line 1...
1
@echo off
1
@echo off
2
@color 0C
2
@color 0C
3
pushd .
-
 
4
chdir /d "%~dp0"
3
pushd "%~dp0"
5
 
4
 
6
:restart
5
:restart
7
title Duke: Nuclear Winter Plus Launcher
6
title Duke: Nuclear Winter Plus Launcher
8
if "%editor%"=="1" title Duke: Nuclear Winter Plus Editor Launcher
7
if "%editor%"=="1" title Duke: Nuclear Winter Plus Editor Launcher
9
 
8