blah blah blah is here! blah blah » Close
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?
use the System.Diagnostics.Process which has a return code (and will be the value returned).
answered 2 years ago by:
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!
Got feedack? Found a bug? report it here.
1 answers
use the System.Diagnostics.Process which has a return code (and will be the value returned).
answered 2 years ago by:
2309
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!