Announcement

Collapse
No announcement yet.

DaemonTools & WSHShell Scipts

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

  • DaemonTools & WSHShell Scipts

    Hi,

    weiss evtl. jemand wie das Command aussehen muss, wenn ich eine Image Datei automatisch mounten möchte ??

    Für die Emulation schaut's ja so aus:

    Code:
    WSHShell.Run("D:\\BURNER\\DaemonTools\\daemon.exe -rmps on",1,1)
    Ich möchte aber mit solch einem Befehl ein Image monten, das z.B. auf F:\GAMES\IMAGES liegt !!

    Weiss da jemand Input ??

  • #2
    Was spricht dagegen, analog zum -rmps on Switch einfach den -mount switch zu benutzen?
    Code:
    WSHShell.Run("D:\\BURNER\\DaemonTools\\daemon.exe -mount 0,"F:\GAMES\IMAGES\NameOfImage"
    Everybody be cool! You, be cool!
    They'll keep fighting! And they'll win!

    Comment

    Working...
    X