Announcement

Collapse
No announcement yet.

Command Line Problem

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

  • Command Line Problem

    Having a problem with comman line - keep getting Mount Switch Syntax Error.

    My command line is
    C:\Program Files\DAEMON Tools Pro\DTProAgent.exe -mount scsi,0,"C:\Users\Public\Documents\DAEMON Tools Images\rct3.mds"

    Note no spaces as suggested eleswhere.

    Any thoughts?

  • #2
    Do you use latest DT Pro version?
    Also try the following:

    "C:\Program Files\DAEMON Tools Pro\DTProAgent.exe" -mount scsi,0,"C:\Users\Public\Documents\DAEMON Tools Images\rct3.mds"
    You may also move the image to c:\ for testing purposes.

    Working fine here:

    K:\Program Files\DAEMON Tools Pro>DTProAgent.exe -mount scsi,0,"d:\images\audio cd.mds"
    Last edited by Blazkowicz; 05.09.2009, 12:59.
    Make something idiot proof, but then they just make a better idiot
    Peace Through Power

    Comment


    • #3
      Yes just dowbnloaded latest version.

      Note trying to call command line through an AUTOKEY script using its run command. Could this be issue?

      Comment


      • #4
        Yes, this can be an issue.
        Try it using a bat file and it will work.
        Make something idiot proof, but then they just make a better idiot
        Peace Through Power

        Comment


        • #5
          Thanks for info - works okay through batch file.

          Comment

          Working...
          X