Launching a .pl file using Process.Start

Posted by Ashish Gupta on Stack Overflow See other posts from Stack Overflow or by Ashish Gupta
Published on 2010-05-14T08:45:39Z Indexed on 2010/05/14 8:54 UTC
Read the original article Hit count: 240

Filed under:
|

I have been using Process.Start to launch executables (.exe) files. Now I need to execute a .pl file with some arguments. can I still use Process.Start or I need a different approach?

© Stack Overflow or respective owner

Related posts about c#

Related posts about programming-pearls