standard output from Process not giving any output for certain commands
I am using C# process to run some processes. The shell is
The task function in which I am writing the output:
Is my approach wrong? Thank you!
cmd.exe, and running several types of scripts work. But, when I try to run python idle with the command cmd.exe /C python, it is giving no output and the process is also not exiting. It should have displayed the idle texts like it do on a normal terminal. The task function in which I am writing the output:
Is my approach wrong? Thank you!