blah blah blah is here! blah blah » Close

up0down
link

I have this Perl Script which returns a number.
I want to run this script from a C# program and use script's returned value in C# program.
Is that possible to do so?

last answered 2 years ago

1 answers

up0down
link

use the System.Diagnostics.Process which has a return code (and will be the value returned).

This post was imported from csharpfriends, if you have a similiar question please ask it again.

All previous members have been migrated, hope you enjoy the new platform!

Feedback