View Single Post
Old 10-18-2010, 02:32 AM   #2
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by nkormanik View Post
I created a batch file as follows, however only the first line gets accomplished, but nothing after that -- the batch file simply quits after the first line:
Try preceding each line by the start command.

Quote:
Originally Posted by kovidgoyal View Post
on xp, vista you have to use start in batch files if you are executing multiple calibre programs, I have absolutely no idea why.
I'm not sure if just the first program needs to be preceded by the start command or each program in the batch file.

start calibredb add -d 101.epub
start calibredb add -d 102.epub
start calibredb add -d 103.epub
start calibredb add -d 104.epub
start calibredb add -d 105.epub

Last edited by DoctorOhh; 10-18-2010 at 02:36 AM.
DoctorOhh is offline   Reply With Quote