python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Running an .exe on Android using Xamarin.Forms
I'm trying to build an Android app using Xamarin.Forms based on a Windows Desktop Application that I programmed. In that program, I ran an .exe using Process.Start(), but it doesn't seem to work for A...
Christoph
Votes: 0
Answers: 0
Process.Start not executing .exe after publish on IIS 10
I have one tool(Consider name "abc") which trigger some stream.str to be executed. I have prepared one ASP.NET Core API application to run that tool abc.exe after execution this exe as a out...
user18291107
Votes: 0
Answers: 1
Use Process.Start to open explorer.exe window to UNC path that requires login
I would like to open a Windows Explorer window to a UNC path that requires a login outside of my network using System.Diagnostics.Process.Start. I do not want or need to pass credentials to actually a...
Rick
Votes: 0
Answers: 0
C# Process.Start() with multiple arguments do not work (nmap)
Description
At the moment I am trying to call "nmap" through C# Process.Start(). But I can't get it work with my desired input arguments.
At Process.Start() it seems to make a false parsing ...
Alexander Wagner
Votes: 0
Answers: 1