
Dos programs (shell) running in VB5
{*filter*} question here.... How is a enter key press simulated
when you running a dos application (shell) in a VB5 program...
Example:
X = Shell("C:\windows\commnd\format.com a:", 0)
Now... How can I simulate the enter key press which is needed to
format the disk....
It can't be thta hard can it?
Many thanx....
-sj