View Single Post
Old 03-26-11, 08:04 PM   #10
DelphiUniverse
中国水兵
 
Join Date: Mar 2010
Location: Scapa Flow, underneath a ferry
Posts: 272
Downloads: 125
Uploads: 0
Default

Quote:
Originally Posted by Dignan View Post
Ok. So if my game is installed here E:\Program Files\Ubisoft\Silent Hunter 5, how exactly should the script in my batch file shortcut read?
start "runrealtime" /realtime sh5.exe

if you put the script somewhere else than in the silent hunter 5 folder, then you need to make the script like this:

start /d "E:\Program Files\Ubisoft\SilentHunter 5" "runrealtime" /realtime sh5.exe
DelphiUniverse is offline   Reply With Quote