I\'m working on a custom IDE in C# for a scripting language, and I have a problem.
I\'m trying to start the compiler process (pawncc.exe) and pass arguments to it. I
I dont have the pawnCC application so I cant try but it appears they restrict the verbosity of debugging information to external applications - apart from the command prompt.
Can you try spawning the pawncc.exe via cmd:
"cmd.exe \c CommandParameterToLaunchPawnCCwithArguments"