Operating System: WinXP Pro
Burning Software: Alchol 120%
Anti-virus Software: SAV
DAEMON Tools Version: 3.33
Hello,
I have searched the forum and FAQs already but haven't turned anything up.
Can someone tell me what I am doing wrong?
I want to launch Daemon tools from a start up batch file. When I launch "c:/programs folder/d-tools/daemon.exe" from a dos prompt in WinXP in launches fine.
I can't do that in my batch file though or it will halt after launchin Daemon and not map my drives.
How do I spawn daemon.exe from within a batch file on WinXP?
Startup.bat
***********
REM Start-UP File
start /b "c:\program files\d-tools\daemon.exe"
REM cmd.exe "c:\program files\d-tools\daemon.exe"
REM start /b "c:\program files\d-tools\daemon.exe"
REM Map My Drives
REM **Omitted**
Echo "Done"
cls
exit
**********
Thanks,
William...
Burning Software: Alchol 120%
Anti-virus Software: SAV
DAEMON Tools Version: 3.33
Hello,
I have searched the forum and FAQs already but haven't turned anything up.
Can someone tell me what I am doing wrong?
I want to launch Daemon tools from a start up batch file. When I launch "c:/programs folder/d-tools/daemon.exe" from a dos prompt in WinXP in launches fine.
I can't do that in my batch file though or it will halt after launchin Daemon and not map my drives.
How do I spawn daemon.exe from within a batch file on WinXP?
Startup.bat
***********
REM Start-UP File
start /b "c:\program files\d-tools\daemon.exe"
REM cmd.exe "c:\program files\d-tools\daemon.exe"
REM start /b "c:\program files\d-tools\daemon.exe"
REM Map My Drives
REM **Omitted**
Echo "Done"
cls
exit
**********
Thanks,
William...
Comment