I need to be able to run a process as a different user, and I\'ve found plenty of resources and different methods to do this.The problem is, I need to run a non-exe process, e.g. a path with html exte
I am using a third party software tool (command line tool) to merge PDF files together. Using C# I am attempting to use System.Diagnostics.Process to run the executable but I am coming up with a few e
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m trying to do a \'scripted telnet\' project in C# (something vaguely resembling the Tcl Expect package) for which I need to start a telnet process and redirect (and process) its stdin/stdout strea
If one file is used by other process and you are trying to manipulate with it...it gives an error:- The process cannot access the file
I\'m writing a piece of c# code that launches an installer and waits for it to return before continuing with other stuff.
I have to run process in background using thread and background worker. this process do the task of retrieve data from database,it retrieve successfully by I can not display that data into 开发者_运维
I have a m开发者_开发技巧odule that needs to run a small .Net command-line program to check for updates. Everything is working great, however I am having trouble suppressing the Command Prompt output
I\'m trying to keep an eye on how long an application runs. To do this, I capture every process\'s ID as it starts, and when that process is shut down, I log the time. However, Google\'s Chrome starts
my code goes like this: Runtime rt = Runtime.getRuntime(); // cmd == \"cmd.exe /C java =Xms2M =Xmx16M Sth\"