G
Guest
I want to be able to execute (and access the return codes from) command-line shell functions in my command-line C# EXE. How do I do this? I want to be able to do everything from an XCOPY to NET START stuff. I know that some of these things could be done using intrinsic framework objects but it seems so much easier to do a lot of this stuff this way. How do I do it?