Feature request for command line usage

Sysprogs forums Forums WinCDEmu Feature request for command line usage

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #80
    Anonymous
    Participant

    Hi bazis,

    Atm we only have vmnt.exe
    It mounts the image if it isn’t mounted already and dismounts it if it was mounted.

    Maybe you can extend the options for the command line usage a bit more?

    I’ll show you a few examples:
    vmnt.exe -mount [ | ]
    – vmnt.exe -mount test.iso
    -> You can mount an image (test.iso) without a drive letter (that the standard behaviour of WinCDEmu is used (take the first available drive letter))
    – vmnt.exe -mount V: test.img
    -> You can mount an image (test.img) to a drive letter (in this case V:) of your choice (if it’s not occupied at the moment)

    vmnt.exe -unmount [ | | ]
    – vmnt.exe -unmount test.iso
    -> Checks which image with the name test.iso is mounted and dismounts it
    – vmnt.exe -unmount V:
    -> Checks if any image is mounted to this drive letter and dismounts it
    – vmnt.exe -unmount all
    -> Checks which images are mounted and dismount them all

    Maybe an -f switch (for force) would be helpfull to dismount images regardless if there are any files or folders open on that device.

    These command line options would allow us to use WinCDEmu e.g. from batch scripts where we mount our favorite images all at once (and dismount them later).

    Regards,
    Highend

    #1052
    support
    Keymaster

    Nice idea. I’ll implement it in one of the further versions.

    #1053
    Anonymous
    Participant

    Thanks a lot!

    #1054
    Anonymous
    Participant

    Hi all,

    one question: Is this feature already implemented?
    I have downloaded the current version of WinCDEmu today.

    Best Regards

    #1055
    support
    Keymaster

    Not yet. However, will be soon.

    #1056
    Anonymous
    Participant

    If the ideas from the OP could be implemented this would basically be perfect for me. Hope it gets included in future updates! 😉

    #1057
    Anonymous
    Participant

    Cool! WinCDEmu Command Line in the works already, I’m ready to beta test it!

    #1058
    Anonymous
    Participant

    Can’t wait a single day to test it (really, I need this for yesterday). Some beta/alpha/development/preview version out there?

    #1059
    support
    Keymaster

    WinCDEmu 3.x supports extended command line options

    #1060
    Anonymous
    Participant

    Are the command line switches somewhere documented?

    #1061
    Anonymous
    Participant

    sorry for the post, found it!

    #1062
    support
    Keymaster

    batchmnt /?

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.