|
#15
|
||||
|
||||
|
Create a batch file that mounts the image, launches the game, waits for the game to finish and the unmounts the image. Then you can play the game absolutely trouble-free.
Here a sample batch file that mounts the image specified on the command line and unmounts the current one when no file name has been specified. Set DTOOLSPATH to where Daemon Tools is installed on your PC... Code:
@echo off set DTOOLSPATH=F:\PROGRAMS\DTOOLS if `%1` == `` goto unmount start %DTOOLSPATH%\daemon -mount 0,%1 goto end :unmount start %DTOOLSPATH%\daemon -unmount 0 :end set DTOOLSPATH=
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MW4 v1.1 needs a new nocd patch | RichCypher | Multi Player Games | 4 | 22-01-2015 03:58 |
| Grand Prix 4 v9.6 patch - NoCD | GCS | PC Games | 20 | 27-11-2002 20:57 |
| nocd patch for version2136 ut 2003 | |-|a\v/|< | PC Games | 2 | 02-11-2002 03:17 |
| Hitman 2 Patch V.101 NoCd Crack | corruption | PC Games | 0 | 02-11-2002 00:16 |
| Moto Racer 3 v1.1 (Tages) nocd patch? | Riot69 | PC Games | 4 | 05-07-2002 00:56 |