Command prompt from windows application...
-
Hello Friends.. I want to call Shell from my vb.net windows application and run the command. I have tried like "Process.Start("cmd.exe", "cd\")" But it just open command prompt.Does not run the command which passed by argument. That is "Cd\". How can i do that...???? Thanks in advance.
-
Hello Friends.. I want to call Shell from my vb.net windows application and run the command. I have tried like "Process.Start("cmd.exe", "cd\")" But it just open command prompt.Does not run the command which passed by argument. That is "Cd\". How can i do that...???? Thanks in advance.
-
Hello Friends.. I want to call Shell from my vb.net windows application and run the command. I have tried like "Process.Start("cmd.exe", "cd\")" But it just open command prompt.Does not run the command which passed by argument. That is "Cd\". How can i do that...???? Thanks in advance.