Announcement

Collapse
No announcement yet.

mount from php

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

  • mount from php

    Operating System: winxp
    Burning Software: Ahead Nero Burning Rom
    Anti-virus Software: Nortan Antivirus
    DAEMON Tools Version: 3.47

    hi, i am trying to mount an image from php (i have a lan php sort of system) anyone know why the following code wouldn't work? any help?
    thanks

    <?php

    $command = '"C:\Program Files\D-Tools\daemon.exe" -mount 0, "D:\cd.cue"';

    exec($command,$results);

    ?>

  • #2
    There must be no space between mount 0, and the file name "D:\cd.cue":
    mount 0,"D:\cd.cue" :idea:
    Everybody be cool! You, be cool!
    They'll keep fighting! And they'll win!

    Comment

    Working...
    X