omrivol's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 6 (0.03 per day)
- Joined:
- 29-November 12
- Profile Views:
- 46
- Last Active:
Dec 02 2012 01:54 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Sending parameter to CMD
Posted 30 Nov 2012
-
In Topic: Sending parameter to CMD
Posted 30 Nov 2012
Thanks. Now it's working properly :-)
Do you know what the "/c" means? -
In Topic: Sending parameter to CMD
Posted 30 Nov 2012
Well, Actually the command from my original post doesn't work. It's just opened the CMD and nothing happen. Therefor I've tried to send to the CMD much more simple command such as Ping, but still - the CMD opened and nothing happen. -
In Topic: Sending parameter to CMD
Posted 30 Nov 2012
Thanks.
For some reason, the button doesn't work. It's just open the CMD, but nothing happen.
Lets say i want to check ping for Google. Here is the code. Can someone tell my why the CMD just opened but nothings happen?
private void button1_Click(object sender, EventArgs e) { string strCmdText; strCmdText = "ping www.google.com"; System.Diagnostics.Process.Start("CMD.exe", strCmdText); }
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
omrivol hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
omrivol has no profile comments yet. Why not say hello?