I am wondering how i can input strings into cmd.exe once i have opened it. What i want to do is send a debug command to cmd.exe
Shell("cmd.exe /C debug")
that will open up cmd.exe in debug mode now i just need to send an arguement to the window. Also after i execute the arguement i would like to take what is on screen and input that into a list box. Can anyone help me thank you