View Single Post
Old 03-01-2010, 10:06 PM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by stratman View Post
I'm using Win XP and having problems executing multiple command lines in a .bat file. Each line can be copied and executed individually in the command prompt, but when I collect them into a single file, the batch dies after successfully completing the first conversion.
It's a known issue. A workaround I found is to precede each line with "start" in your batch file. That spawns a separate command com for each line, and each dies with its line, but only after completion of the line.
Starson17 is offline   Reply With Quote