From 8aa8245e1d4caed7e5b578052622c62e938effca Mon Sep 17 00:00:00 2001 From: Patrick McIlroy Date: Sun, 30 Nov 2008 01:48:40 +0000 Subject: [PATCH] git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@557 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- start-openitg.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/start-openitg.bat b/start-openitg.bat index c983d9f4..a2315fbf 100644 --- a/start-openitg.bat +++ b/start-openitg.bat @@ -1,7 +1,8 @@ @echo off -rem if a new patch directory exists, then move it +rem ###if a new patch directory exists, then move it### if exist Data\new-patch move Data\new-patch Data\patch -rem Start OpenITG -Program\OpenITG-PC.exe --type=Preferences-cabinet \ No newline at end of file +rem ###Start OpenITG### +if exist Data\patch\OpenITG-PC.exe Data\patch\OpenITG-PC.exe --type=Preferences-cabinet +else Program\OpenITG-PC.exe --type=Preferences-cabinet \ No newline at end of file -- 2.11.0