In the new MiKTeX distribution the behaviour of 
pdflatex.exe changed, it wants now unix like directory
seperator-char (forewardslash).
If your LaTeX-Compiler has the same problem
with backslash-characters, it is necessary to exchange them, here is my batch
code, it needs "sed.exe" in the 
binary-path:
  
  REM --- Remove backslash
  ECHO.%main% |sed "s/\([\]\)/\//g"> _kw.txt
  SET /P mainfs=<_kw.txt


you can add the lines in my example batch file and
change the line:
ECHO.%latexcmd% %main%> _kw.bat
into
ECHO.%latexcmd% %mainfs%> _kw.bat 

Regards,

Stefan

-- 
<http://forum.pspad.com/read.php?2,19398,54086>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem