I just wanted to tell everyone thanks. I'm using ASR to run Bloodmoney, and (borrowing this minus some from a really cool guy on page 3) using a batch file I am able to run Hitman with two clicks.
You have to change all the paths to what they are on your computer, obviously.
Anyway, thank you all--this is the last place I've looked in 3 days of trying to get it to work, and it is working perfectly.
-Esti
Code:
@echo off :Mount echo Mounting Hitman - Blood Money Disc Image... echo. "C:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"C:\CDs and DVDs\CD-ROMS\Hitman BloodMoney.mds" :Work cd "C:\Games\Hitman Blood Money" :Launch echo Launching Hitman - Blood Money... echo. "c:\Games\asr\asr.exe" -r "HitmanBloodMoney.exe" :End exit
Anyway, thank you all--this is the last place I've looked in 3 days of trying to get it to work, and it is working perfectly.
-Esti
Comment