J
John
I guess the following code runs but never creates the info file. Can anyone
help me?
Thanks.
Process proc = new Process();
proc.StartInfo.FileName = "IPConfig.exe";
proc.StartInfo.Arguments = "> ip_config_info.txt";
proc.Start();
help me?
Thanks.
Process proc = new Process();
proc.StartInfo.FileName = "IPConfig.exe";
proc.StartInfo.Arguments = "> ip_config_info.txt";
proc.Start();