Quote:
Originally Posted by PeterT
@BR
Remember the first parameter to the start command is the Window Title; the second one is the command to execute.
|
@
PeterT - Whaddya mean "Remember ..." I never knew to forget
@
Vortex - it might be better to reinstate the start command, otherwise I think there's a danger that the 'del %name%' might happen before ubook has finished reading it
Here's the doco for START
http://ss64.com/nt/start.html, have a read about what it says re TITLE - so I think this would be better
Code:
start "" /wait "C:\Program Files\Program Files Portable\ubook\uBook.exe" %name%
BR