processstartinfo
Starting CLI application programmatically does not work depending on arguments
I try to start plink.exe (PuTTY Link, the command line utility/version of PuTTY) from a C# application to establish an SSH reverse tunnel, but it does no longer work as soon as I pass the correct para[详细]
2022-12-30 16:03 分类:问答System.Diagnostics.Process issue with WorkingDirectory
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[详细]
2022-12-19 18:28 分类:问答ClickOnce application does not start through Process.Start("x.abc") with *.abc associated to the ClickOnce application
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the comm[详细]
2022-12-14 00:10 分类:问答taskkill Mysql from .ASPX -- Permission Problems?
Our mysql instance occaisionally locks up during backups. Currently we must VPN into the corporate network (to obtain work I.P.), remote desktop into the server, open the task manager, and manually ki[详细]
2022-12-13 16:53 分类:问答How can one specify the window title for a console application started with System.Diagnostics.Process.Start()?
I am starting a new instance of a console application from my .NET code using the Process.Start() method. I was wondering if I can specify the title of the console window hosting the spawned process.[详细]
2022-12-13 13:39 分类:问答Sending input/getting output from a console application (C#/WinForms)
I have a form with 3 controls: A textbox for the user to enter commands to send to a console application,[详细]
2022-12-12 03:38 分类:问答perl.exe cannot be called by ProcessStartInfo
I am trying to get the following code to work so I can call a perl script from my c# program. I am developing using visual stdio 2008 on xp service pack3.[详细]
2022-12-09 12:19 分类:问答