mount cd script request

Discuss and share scripts and script files...
Post Reply
little titty
Posts: 81
Joined: 15 Nov 2009 19:34

mount cd script request

Post by little titty »

anyone fancy having a go at writing a script that could use a program like Fantomcd or free alternative?to mount a cd and another script to dismount?
Why doesn't everybody have a great user name like mine?

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: mount cd script request

Post by zer0 »

No sweat :D I use Virtual Clone Drive from Slysoft, it's free as per your requirements.

To mount an image (select it and run this script)

Code: Select all

openwith """C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe"" <items>";
To dismount

Code: Select all

openwith """C:\Program Files\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe"" /u";
Edit VCDMount's location as on your system to make sure the script works ;)
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

little titty
Posts: 81
Joined: 15 Nov 2009 19:34

Re: mount cd script request

Post by little titty »

Great , didnt think it would be that easy, Havent tried the program you mentioned - going to google it now, thanks
edit - anyone else that want to try the program the url is
http://www.slysoft.com/en/download.html
Why doesn't everybody have a great user name like mine?

Post Reply