View Single Post
  #1  
Old 04-12-2004, 14:37
MaPomme's Avatar
MaPomme MaPomme is offline
Member
 
Join Date: Dec 2004
Location: belgium
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
MaPomme is on a distinguished road
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
Reply With Quote
Sponsored Links