I'm not great with Visual Basic, but would:
sendkeys.send(" THE COMMAND {ENTER} ")
That seems to be a better way to execute that code...
Originally posted by CODSTREAM
In Visual Basic i wanna make my Program Execute a command Prompt execution But it gives me errors this is the code i use
Shell("CMD.exe")
SendKeys.Send("COMMAND GOES HERE")
SendKeys.Send("{ENTER}")
Please Help thanks