C# cannot find file specified
Posted
by
Splendid
on Stack Overflow
See other posts from Stack Overflow
or by Splendid
Published on 2011-01-13T12:32:43Z
Indexed on
2011/01/13
12:53 UTC
Read the original article
Hit count: 242
Hi I am trying to create a app that uses the msg.exe to send messages over a network.
When i execute msg from cmd everything works fine, but when i open cmd with the form i am unable to, went to the system32 folder with cmd and the file is not shown there, but when i browse or use cmd normally it is and evrything works
tested it on another computer and app works fine, running win 7 64 bit on this 1.
Here is a code sample that i use to open cmd:
Process.Start("cmd");
© Stack Overflow or respective owner