Announcement

Collapse
No announcement yet.

Controlling DT without the Manager

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

  • Controlling DT without the Manager

    Hi,

    I'm looking for a way to change the number of virtual drives and their drive letters without doing it manually through the Daemon Tools Manager.

    Basically i'm trying to install Daemon Tools on a school network and want to control it with either scripts or registry settings.

    I've got Daemon Script installed but that doesn't seem to have any option to change the number of drives and their drive letters.

    I haven't had any luck looking for a third party tool and the command line switches don't support changing the number of devices.

    Is there any way to do this please?

    Thanks

    Serberus

  • #2
    You can change the number of drives with this tool, per script:


    Here some commands:
    unmount * = unmount all drives
    mount 0, C:\Images\test.mds = mounts test.mds into drive 0
    C:\Start.exe = starts the program start.exe
    waitforprogram Start.exe = the script will pause until the Start.exe will be terminated
    Daemondrives 2 = sets number of drives to 2
    Heaven Can Wait -- My Band-Page

    Comment


    • #3
      That's great!

      Thanks for the help AnalCobra.

      Serberus

      Comment

      Working...
      X