Hi All,
I use batch files to enable me to run games without having to insert the original disk, e.g. for Need for speed most wanted i click on a link to a batch file containing the following:
"C:\Program Files\DAEMON Tools\daemon.exe" -unmount 0
"C:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"C:\TMP\NFSMW\st-nfsmw1.mdf"
"F:\Games\Need for Speed Most Wanted\speed.exe"
This works with no problems. However some games require daemon tools to be run with all emulation options on. My question is how do I specify these parameters in my batch file?
I use batch files to enable me to run games without having to insert the original disk, e.g. for Need for speed most wanted i click on a link to a batch file containing the following:
"C:\Program Files\DAEMON Tools\daemon.exe" -unmount 0
"C:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"C:\TMP\NFSMW\st-nfsmw1.mdf"
"F:\Games\Need for Speed Most Wanted\speed.exe"
This works with no problems. However some games require daemon tools to be run with all emulation options on. My question is how do I specify these parameters in my batch file?
Comment