19 Apr
2005
19 Apr
'05
1:58 p.m.
Solved. Insert the usual escaping command before line 2769 of texexec.pl: ... unless ( $dosish && !$escapeshell ) { $cmd =~ s/[^\\]\&/\\\&/io ; } $Problems = system("$cmd $MpMpName"); David