Announcement

Collapse
No announcement yet.

Command line parameters

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Command line parameters

    Just wondering if Virtual Drive accepts command line parameters. If so, could someone give me a brief overview of what they are?

    The reason I'm asking is because I want associate ISO files to Virtual Drive by default so I can mount them by simply double-clicking the ISO file in Windows. I'll happily share any registry files I make to allow you to get this functionality yourself.

    Also, I have a program called My Movies installed in Windows Media Center. From this, I want to be able to play a Blu-ray ISO in PowerDVD by simply pressing play when the movie is selected. Again, if someone could share Virtual Drive's command line parameters, I'll share anything else I figure out.

    Thanks.

    #2
    @andrewmartinone
    Mount:
    "C:\Program Files\DVDFab Virtual Drive\vdrive.exe" /M:[DriveLetter or DriveIndex] [Image Path]

    UnMount:
    "C:\Program Files\DVDFab Virtual Drive\vdrive.exe" /M:[DriveLetter or DriveIndex]

    For example:
    Mount c:\foo.iso to drive E: vdrive.exe /M:E "c:\foo.iso"
    Unmount drive E: vdrive.exe /U:E

    Mount c:\foo.iso to first virtual drive: vdrive.exe /M:0 "c:\foo.iso"
    Unmount first virtual drive: vdrive.exe /U:0
    resigned

    Comment

    Working...
    X