Quote:
Originally Posted by Dignan
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