View Single Post
Old 04-05-2011, 10:35 AM   #1
otrov
Junior Member
otrov began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Apr 2011
Device: none
converter brakes batch file on XP, thou not on 7

Hi,
using 'ebook-convert.exe' inside batch, breaks execution on XP (SP3):

Code:
ebook-convert.exe sample1.epub sample1.mobi
ebook-convert.exe sample2.epub sample2.mobi
ebook-convert.exe sample3.epub sample3.mobi
same if we use CALL:

Code:
CALL ebook-convert.exe sample1.epub sample1.mobi
CALL ebook-convert.exe sample2.epub sample2.mobi
CALL ebook-convert.exe sample3.epub sample3.mobi
Note that this is just simplified batch to demonstrate problem

batch file breaks after first execution, so only 'sample1' is converted. This does not happen on Windows 7 which may indicate some special exit code.

Please consider this post as thank you for making such neat converter

Cheers

Last edited by otrov; 04-05-2011 at 10:37 AM.
otrov is offline   Reply With Quote