Here is what I have, this works but I need to have it burn more directories from different locations. example c:\stuff, c:\stuff2, d:\apps
Can this be done, if so please let me know how.
ECHO BURNING THE CDROM
“C:\Program Files\Ahead\Nero\NeroCmd.exe” --write --real --recursive --drivename d --iso backup c:\stuff
pause