Solved.

Insert the usual escaping command before line 2769 of texexec.pl:

...

unless ( $dosish && !$escapeshell ) {
    $cmd =~ s/[^\\]\&/\\\&/io ;
}

$Problems = system("$cmd $MpMpName");


David

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to