View Single Post
Old 03-28-2014, 03:09 PM   #29
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,836
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by PeterT View Post
@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

Last edited by BetterRed; 03-28-2014 at 04:35 PM.
BetterRed is offline   Reply With Quote