hi i used deamon v347 in the past for batch auto loading
eg:
echo off
call srs7.exe
C:\PROGRA~1\D-Tools\daemon.exe -mount 0,"data.cue"
echo please remember 2 unmount image after playing..
pause
call program.exe
and all was fine in v374..
when i used d-tools v4 it asked me whether or not i wanted
to mount the image..
i dont want deamon asking me because automation fails
i really wish the developrer could remove the promp feature
from v4..
by the time the prompt is shown the program will not run
unless the image is mounted no questions asked....
i find using ms batch files for running software is simple...
thanks for reading...
eg:
echo off
call srs7.exe
C:\PROGRA~1\D-Tools\daemon.exe -mount 0,"data.cue"
echo please remember 2 unmount image after playing..
pause
call program.exe
and all was fine in v374..
when i used d-tools v4 it asked me whether or not i wanted
to mount the image..
i dont want deamon asking me because automation fails
i really wish the developrer could remove the promp feature
from v4..
by the time the prompt is shown the program will not run
unless the image is mounted no questions asked....
i find using ms batch files for running software is simple...
thanks for reading...
Comment