Comment 1 for bug 1028763

Revision history for this message
AlexB (alexander-b) wrote :

Try this command line:
Syringe "gamemd.exe" -dummy -log -NOLOGO -CD %*

Sometimes the first parameter is eaten by the system somehow. Adding a dummy there usually fixes this.
The "%*" part puts all the parameters there the batch file was called with, so it is needed only once (if at all).