I would like to know if there is a way to run a command prompt program such as "C:/temp/mactimes.pl" which the command "perl mactimes.pl" could be run in the C# program.
I have looked through "process.start" class but it only detects .exe format programs. Therefore I need the "perl" command to startup the perl script.
Please do give advices! Thanks!!!