|
Daemon Tools and mini-images
Batch files for Daemon Tools and mini-images
As a sample, here is the file "Launcher.bat" I use to launch Prince of Persia 2 under WinXP.
The file automatically mounts the mini-image, launch the game, and waits while I am playing. When I quit the game, I just press Space, and the mini-image is unmounted.
The trick is at line 2 : instead of launching directly PrinceOfPersia.exe, I'm launching a shortcut for it. It works.
----------------------------------
@C:\Progam Files\Daemon Tools\Daemon.exe -mount 0,D:\Games\PoP2\PoP2Play.cue
@D:\Games\PoP2\PrinceOfPersia.lnk
@Pause
@C:\Progam Files\Daemon Tools\Daemon.exe -unmount 0
----------------------------------
Indeed, to use this batch file, you must edit the file paths following your configuration.
Note : you can make and then launch a shortcut of this batch file. By editing the properties of this shortcut (right click), you can choose the location and size of the window it opens, and change the icon of the shortcut (I put the icon of PrinceOfPersia.exe).
Well, I launch a shortcut that launches a batch file that launches a shortcut... and it works perfectly, no delay.
The lesson is: mini-images ARE NoCDs, in fact they are often the BETTER NoCDs, because there is no patch.
Bonjour chez vous,
Ma Pomme
|