Ho do you display a DOS window in a VB application?
Really need to know.... help me if you can
Rohan
Printable View
Ho do you display a DOS window in a VB application?
Really need to know.... help me if you can
Rohan
If you just want to open a dos window you can use
but if you want to do some stuff in dos that is a different story.Code:Shell ("C:\windows\command.com")