-
when i click on command button it's opening the msdos prompt. but this what i like to do when user type any thing in msdos prompt and hit ENTER key, in my form text box text will says the user command line (what ever use enter in msdos prompt). Please help me
-
I do not believe you will be successful in transferring any text or keystrokes from the DOS level into a VB textbox
you can shell each command separately from a VB textbox
(I assume you already know: Shell "command.com /k", vbNormal
-
Command.com /k
I am sorry but i don't know about Shell "command.com /k", vbNormal .What it can do and how it can help me.