Tagged Questions
2
votes
2answers
367 views
perl.exe cannot be called by ProcessStartInfo
Hello:
I am trying to get the following code to work so I can call a perl script from my
c# program. I am developing using visual stdio 2008 on xp service pack3.
myProcess = new Process();
...