git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@557 83fadc84-e282...
authorPatrick McIlroy <itgpmc@gmail.com>
Sun, 30 Nov 2008 01:48:40 +0000 (01:48 +0000)
committerPatrick McIlroy <itgpmc@gmail.com>
Sun, 30 Nov 2008 01:48:40 +0000 (01:48 +0000)
start-openitg.bat

index c983d9f..a2315fb 100644 (file)
@@ -1,7 +1,8 @@
 @echo off\r
 \r
-rem if a new patch directory exists, then move it\r
+rem ###if a new patch directory exists, then move it###\r
 if exist Data\new-patch move Data\new-patch Data\patch\r
 \r
-rem Start OpenITG\r
-Program\OpenITG-PC.exe --type=Preferences-cabinet
\ No newline at end of file
+rem ###Start OpenITG###\r
+if exist Data\patch\OpenITG-PC.exe Data\patch\OpenITG-PC.exe --type=Preferences-cabinet\r
+else Program\OpenITG-PC.exe --type=Preferences-cabinet
\ No newline at end of file