View Single Post
Old 08-27-2018, 02:11 AM   #37
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Having a single .bat file with multiple command lines would be much cleaner. Try the "START" bat file command with each line.

@echo on
START calibre-debug -r "CalibreSpy" -- --"S:\Calibre\CalibreJobSpyTest1"
START calibre-debug -r "CalibreSpy" -- --"S:\Calibre\CalibreJobSpyTest2"
START calibre-debug -r "CalibreSpy" -- --"S:\Calibre\CalibreJobSpyTest3"
START calibre-debug -r "CalibreSpy" -- --"S:\Calibre\CalibreJobSpyTest4"
START calibre-debug -r "CalibreSpy" -- --"S:\Calibre\CalibreJobSpyTest5"
pause

See my previous post for a red addition.

DaltonST
DaltonST is offline   Reply With Quote