473,668 Members | 2,491 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

myProcess.Start Info.FileName== @"C:\WINDOWS\sy stem32\ping.exe 10.0.0.1"; blank is not allowed?

myProcess.Start Info.FileName== @"C:\WINDOWS\sy stem32\ping.exe 10.0.0.1";
//this will not work cant find file name...

myProcess.Start Info.FileName== @"C:\WINDOWS\sy stem32\ping.exe "; //this works
myProcess.Start Info.RedirectSt andardOutput = true;
myProcess.Start Info.Verb="10.0 .0.1";

// myProcess.Start Info.Verb = "Print";
myProcess.Start Info.CreateNoWi ndow = true;
myProcess.Start Info.UseShellEx ecute=false;
myProcess.Start ();

string output =myProcess.Stan dardOutput.Read ToEnd();
System.Console. WriteLine(outpu t);

--
Tech Servant James Pang.
Nov 17 '05 #1
1 6705
"FileName" contains the name of the executable file you're calling.
parameters cannot be passed in via this string... in your instance ping.exe
is the executable and the ip address is the parameter.
"James Pang" <news.microsoft .com> wrote in message
news:Ot******** ******@TK2MSFTN GP15.phx.gbl...
myProcess.Start Info.FileName== @"C:\WINDOWS\sy stem32\ping.exe 10.0.0.1";
//this will not work cant find file name...

myProcess.Start Info.FileName== @"C:\WINDOWS\sy stem32\ping.exe "; //this
works
myProcess.Start Info.RedirectSt andardOutput = true;
myProcess.Start Info.Verb="10.0 .0.1";

// myProcess.Start Info.Verb = "Print";
myProcess.Start Info.CreateNoWi ndow = true;
myProcess.Start Info.UseShellEx ecute=false;
myProcess.Start ();

string output =myProcess.Stan dardOutput.Read ToEnd();
System.Console. WriteLine(outpu t);

--
Tech Servant James Pang.

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3523
by: Richard Mayer | last post by:
After using a OpenFileDialog to locate a file within Visual Studio.Net, A System.Diagnostics.Process is created and the file information set using StartInfo. The process returns an error indicating the File cannot be found although the file is available and the working directory has been set. If the OpenFileDialog is not used and the path to the file is set directly the process is started and works fine. This is repeatable and fails every...
3
6648
by: Szymon Madejczyk | last post by:
example code: public class envtest { public static void Main() { System.Diagnostics.Process proc = System.Diagnostics.Process.GetCurrentProcess(); string env = proc.StartInfo.EnvironmentVariables; }
3
787
by: Jeff Jarrell | last post by:
I have an object to execute a process. its intent is to do a simple execute and capture stdin and stdout. Nothing fancy, not for long processes. simple. I expect to typically use it with a fully qualified path for the executable. If it is a *.bat file it works. If it is a *.exe it doesn't. When it doesn't work (calling an exe file) I get an "Unrecognized Command" with an exit code of 100. If I call a bat file it works. I have tried the...
4
6548
by: James Pang | last post by:
-- Tech Servant James Pang.
6
1905
by: henk | last post by:
Hi, I want to show a message in my vb.net program when another windows program (eg calc.exe) is stopped by a user. with pList = myProcess.GetProcesses For Each myProcess In pList I can check if the program/process is running. I could use a timer or run the check on every control event, but what I
2
5038
by: XxLicherxX | last post by:
Hello everyone, Can someone tell me what this does and how I can use it? I can't seem to find any good examples online. Thanks
2
5112
by: David | last post by:
I'm opening a cmd window to run an ftp process. It's easy enough to close the process (.close()), but the cmd window won't close unless I go out to the window and type 'quit'. How can I send a request to the cmd window to close? Here's the code snippet that I'm using to make the call: string strArg = "/c ftp.exe -v -n -s:" + strFile + " " + strHost + " > " + strLogFile;
2
7168
by: Alan T | last post by:
How do I make it does NOT appear on the task bar when it is started?
1
5482
by: Analizer1 | last post by:
Hi...any body know what the max string length size when using Process.StartInfo.Arguments Example Process.StartInfo.FileName = "Wzzip.exe" Process.StartInfo.Arguments = "d:\somefolder\myzip.zip -b d:\work"+threadid.tostring()+" "+Path_File1+" "+Path_File2+" " etc more files with embedded paths
0
8893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8586
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7401
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6209
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5681
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4205
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2026
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1786
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.