Fantomcd Button

Just a button to mount and dismount imagefiles with fantomcd throught dopus (Both cd and dvd images - will mount selected file, and dismount current mounted image)

For mounting:

[DOpus.ButtonInfo]
Name=MOUNT ISO
Icon=9999999,9999999
Flags=102,0,0
Color=0,a0a0a0
IconFile1=C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe
Tooltip=MOUNT ISO
Func1=C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe 1: {file} /M

And for dismounting:

[DOpus.ButtonInfo]
Name=EJECT ISO
Icon=0,9999999
Flags=102,0,0
Color=0,a0a0a0
IconFile1=C:\Programfiler\Copystar\Fantom CD\fcdm.exe,0
Tooltip=EJECT ISO
Func1=C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe 1: /U

Things you might change yourself is the location of the fcdcmd.exe program location on you're system and 1: wich means the first fantomcd device, if you have only one device mounted keep it as no.1, if you have
more you might change it/make more buttons for the other devices.

Also other cosmetic changes might be done like icon, and such...

For those of us using current versions of Opus the same buttons in the new format are:

<?xml version="1.0"?> <button display="both" effect="gray" label_pos="right"> <label>MOUNT ISO</label> <tip>MOUNT ISO</tip> <icon1>C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe,0</icon1> <function type="normal"> <instruction>C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe 1: {file} /M</instruction> </function> </button>

and

<?xml version="1.0"?> <button display="both" effect="gray" label_pos="right"> <label>EJECT ISO</label> <tip>EJECT ISO</tip> <icon1>C:\Programfiler\Copystar\Fantom CD\fcdm.exe,0</icon1> <function type="normal"> <instruction>C:\Programfiler\Copystar\Fantom CD\fcdcmd.exe 1: /U</instruction> </function> </button>

Yes, I finally found out that I had to upgrade my dopus, was still running v8.0.0.0
So obious there have been added some new features/changes since first
time :slight_smile:
All the best from Helge

looks really useful and thanks for updating it steve

on second thought I think i will do a similar thing but using a Free program called "Virtual Clone drive" by Slysoft (they make good programs) anyone else wanting to get the program the url is
http://www.slysoft.com/en/download.html