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);
?>
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);
?>
Comment