Announcement

Collapse
No announcement yet.

Command line interface

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Feature Request Command line interface

    Add command line interface to program. With this feature I would be able to mount and dismount disc images via batch files.

    Thanks,
    Kevin

    #2
    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


      #3
      xubin,

      Thank you for the information.

      Kevin

      Comment

      Working...
      X