Announcement

Collapse
No announcement yet.

Command Line Issues

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

  • Command Line Issues

    Hi, I am trying to mount an image via the command line options but am having no luck. I originaly tried running the command in a batch file but cant get the image to mount.

    Found this url --- Command line - DAEMON Tools Lite Help --- as well as many others

    I'm not sure what I am doing wrong. I run the command below and it doesn't do anything. No errors. I'm running Windows 10 pro 64bit.

    Here's what I've been trying...

    C:\Program Files\DAEMON Tools Lite\DTAgent.exe -mount dt, 0, "G:\Path\Path\Path\Image.cue"

    Any help would be appreciated.

  • #2
    Hallo, and welcome to the forums
    Have you put quote signs around C:\Program Files\DAEMON Tools Lite\DTAgent.exe ?
    If so, your syntax is actually correct
    Where is the image located, network or local drive ?
    I'm not employed by Disc Soft and my views do not necessarily reflect the ones of the company.

    Comment


    • #3
      Hello,
      The mount syntax is:

      Syntax: -mount <type>,<n>,<path>
      type - "dt", "scsi" or "ide" (*)
      n - device number
      path - path to file
      Example: DTAgent.exe -mount ide, 0, "f:\test.iso"

      Do you have the same problem with other images (different formats) or with the specific one?
      Don't worry! Be Happy!

      Comment


      • #4
        Originally Posted by SUPPORT1 View Post
        Hello,
        The mount syntax is:

        Syntax: -mount <type>,<n>,<path>
        type - "dt", "scsi" or "ide" (*)
        n - device number
        path - path to file
        Example: DTAgent.exe -mount ide, 0, "f:\test.iso"
        So, <n> should be a device number, not a device letter as stated here: Command line - DAEMON Tools Lite Help

        Comment

        Working...
        X