process

  1. SiamIT

    Question Showing Console Output On Label Is Not Working

    Greetings, i am just trying to show the console output to label text. but it's just not working.. i have tired hours and hours of this and that but none is working.. and now came here for support here is the code i have tried so far: private static void ExecuteCLI(string[] args...
  2. Jalkhov

    Process() - The system cannot find the specified file

    Hi, I'm trying to compress a folder with RAR through a button, when I press it for the first time, everything runs correctly, but when I try to do it a second time I get the title error, I think the problem is with the process but I don't know exactly how to fix it. This is my code...
  3. T

    Answered Dialogue with CLI Process

    Hi everyone, I want to run a process in the windows console, after that, I want to pass (with button click) some commands and see the result in a RichTextBox. I’m able to launch the program and read the responses after starting, but when I’m trying to send any commands, it doesn’t work. I’m...
  4. H

    Run processes sequentially within BackgroundWorker

    Having trouble running multiple processes one after another from within backgroundworker First processes, regardless which one I put as first seems to run, however nothing occurs afterwards. Please excuse my ignorant, I cant seem to find what I am looking for, Wondering if someone can shed...
  5. E

    Question Why is "net use" being so strange?

    Hey, I'm trying to use a "net use" command that I use to disconnect from all network paths, but when I use it in C# it doesn't do anything. And when I try to run "net use" separately and not pass all the other arguments I noticed that it returns text as if I had no network paths, but when I run...
Back
Top Bottom