Subject: | Doesn't work with Win32 when temp-drive != working dir drive |
Hi,
(only Win32)
This distribution won't work when your current working dir drive is not the same as your %TEMP% drive.
The Problem is in LaTeX/Driver.pm, line 676
$cmd = "cmd /c \"cd $dir && $program $args\"";
cd itself won't change the drive. If you change the line in
$cmd = "cmd /c \"cd /D $dir && $program $args\"";
everything seems fine...
Best regards,
Tarek