In addition, check the System environments on both servers.- PATH- PATHEXTS
Ok here is the code. This is actually a part of a subroutine. Basically I've got replicant fields in my dcr to allow someone to enter a list of documents that are langauage specific. The template then generates these language pages as separate files and links the main page to them.[html] ... # Generate new file my $result = `$command`;}[/html]
Add some debugging to print out the value of $command and $result to a temporary file - and post the results.My guess - there are various places within $command that you are using single-back-slashes (\) without realizing it - and those are getting interpolated such that the command line isn't actually valid.