Thread: How to setup batch file?

Showing results 1 to 5 of 5
  1. #1
    New User
    Join Date
    26.04.2006
    Posts
    4

    Default How to setup batch file?

    Hello,

    I'm trying to setup a batch file that will launch Daemon Tools Lite and automatically mount a specific disc image. I've read through the forums and tried multiple things. Also tried a program that was supposed to auto create the batch file for me. But everything I've tried results in an error "error in command line". Even if I try to choose an iso from the daemon tools jump list, it will say the same thing. Does anyone know how I can create a batch file that works? I'm using Windows 7 32 bit

  2. #2
    GERMAN TRANSLATOR

    Blazkowicz's Avatar
    Join Date
    09.11.2005
    Posts
    6,401

    Default

    Please post contents of your created bat file.
    Make something idiot proof, but then they just make a better idiot
    Peace Through Power

  3. #3
    New User
    Join Date
    26.04.2006
    Posts
    4

    Default

    Okie, the current batch file I have setup is...

    DTLite.exe -add scsi
    DTLite.exe -set_count scsi, 1
    DTLite.exe -mount scsi, 0,"E:\StarTrek\ST25.iso"

  4. #4
    GERMAN TRANSLATOR

    Blazkowicz's Avatar
    Join Date
    09.11.2005
    Posts
    6,401

    Default

    Do you have SPTD installed? So far the file looks OK. That bat file is in DT Lite folder or else the batch file can't find DTLite.exe normally.
    Make something idiot proof, but then they just make a better idiot
    Peace Through Power

  5. #5
    New User
    Join Date
    26.04.2006
    Posts
    4

    Default

    I actually figured out the problem. I removed the 2nd line, "DTLite.exe -set_count scsi, 1".
    Then I changed the 3rd line to "DTLite.exe -mount 0,"E:\StarTrek\ST25.iso"
    And yes, the batch file is saved in the dtlite folder

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •