View Single Post
  #2  
Old 27-03-2006, 07:50
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
I use batch files for this (and pretty much everything else ), using the command line interfaces of Alcohol 120% and Daemon Tools. To mount:
- Alcohol 120%: axcmd 1: /m:"filename"
- Daemon Tools: daemon -mount 0,"filename"
To unmount:
- Alcohol 120%: axcmd 1: /u
- Daemon Tools: daemon -unmount 0

Notes:
- You can find axcmd.exe and daemon.exe in the home directory of the installed software. Call them with a fully qualified filename: "C:\Program Files\Daemon Tools\daemon.exe [...]" or similar.
- These examples (un)mount the first emulated drive; that's what "1:" and "0" stand for. Use "2:" or "1" for the second drive etc.
- Always use fully qualified filenames, along with full path as specifying only the filename of the image may not work otherwise: for Alcohol 120% it definitely won't; for Daemon Tools, it works only if you're in the directory in which the image resides.
__________________
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!
Reply With Quote