Hi cmccabe,
Your Shell syntax looks correct. Extra 'double quote' characters are required in the runstring if the runstring contains spaces within a parameter, but your runstring appears to have no spaces. I was able to run the following without a problem:
You problem may be related to the Cygwin version of Perl. If I remember correctly, Cygwin executables run within their own Cygwin environment.
As a test, I suggest you try your runstring from within a .bat file. If it runs from the .bat file, and the runstring contains no spaces within parameters, I think your Shell command should run as well.
Other tests you can do is to use Shell with:
a. Perl only and no file, then
b. Perl and a file that is on a flashdrive (small parameter with less chance for typos)
Unfortunately, I don't run Perl and have no further suggestions.
Good luck.
Lewis
Bookmarks