On Windows XP
calling Prince in batch file:
call C:\Progra~1\prince\engine\bin\prince.exe -o "magic.pdf" "magic.xhtml"
I get error message
Mercury runtime: error opening standard input stream in binary mode:
fdopen() failed: Bad file descriptor
but running same code in cmd I get magic.pdf created.
call C:\Progra~1\prince\engine\bin\prince.exe -o "magic.pdf" "magic.xhtml"
I have confirmed that I am the same location when running code:
Volume in drive C has no label.
Volume Serial Number is 6898-5D25
Directory of C:\d\Research\output
05/20/2005 05:38 PM 13,679 magic.xhtml
1 File(s) 13,679 bytes
0 Dir(s) 3,815,219,200 bytes free
Volume in drive C has no label.
Volume Serial Number is 6898-5D25
Directory of C:\d\Research\output
05/20/2005 05:38 PM 13,679 magic.xhtml
1 File(s) 13,679 bytes
0 Dir(s) 3,816,681,472 bytes free
Is there a trick that I don't know?
calling Prince in batch file:
call C:\Progra~1\prince\engine\bin\prince.exe -o "magic.pdf" "magic.xhtml"
I get error message
Mercury runtime: error opening standard input stream in binary mode:
fdopen() failed: Bad file descriptor
but running same code in cmd I get magic.pdf created.
call C:\Progra~1\prince\engine\bin\prince.exe -o "magic.pdf" "magic.xhtml"
I have confirmed that I am the same location when running code:
Volume in drive C has no label.
Volume Serial Number is 6898-5D25
Directory of C:\d\Research\output
05/20/2005 05:38 PM 13,679 magic.xhtml
1 File(s) 13,679 bytes
0 Dir(s) 3,815,219,200 bytes free
Volume in drive C has no label.
Volume Serial Number is 6898-5D25
Directory of C:\d\Research\output
05/20/2005 05:38 PM 13,679 magic.xhtml
1 File(s) 13,679 bytes
0 Dir(s) 3,816,681,472 bytes free
Is there a trick that I don't know?
Jim Albright
Wycliffe Bible Translators