Hi,
the following call to pdflatex can be processed with MiKTeX 2.4, but
returns an error with MiKTeX 2.5 Beta 13:
C:\home>pdflatex "\newcommand*{\foo}{foo}\input{test}"
This is pdfeTeX, Version 3.141592-1.30.6-2.2 (MiKTeX 2.5 Beta 13)
pdflatex: Windows API error 123: Die Syntax für den Dateinamen,
Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
where test.tex may look like this:
\documentclass{article}
\begin{document}
text
\end{document}
No log file is generated.
When the \newcommand macro is removed from command line input test.tex
is processed fine.
Regards,
Stephan Hennig
|