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

Use System.Diagnostics.Process class. You may find StandardInput and StandardOutput methods.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.