TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Radu Ionascu
NA
7
8k
Process.start(msinfo32) arguments problem
Nov 19 2010 1:47 AM
Hy,
I want to use "msinfo32 /nfo path"
My code is:
.......
string OutputFolder = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
string arg = @"/nfo " + Path.Combine(OutputFolder, Environment.MachineName + ".nfo");
infoProcess.StartInfo.FileName = @"C:\Program Files\Comon Files\Microsoft Shared\MSInfo\msinfo32.exe";
infoProcess.StartInfo.Arguments = arg;
infoProcess.Start();
................
This code does nothing :(
Help pls
Reply
Answers (
8
)
Formatting DateTime type , C#
disable particular word textfield+c#