Good Afternoon - I have a opened a C shell (Posix.exe) from my VB program and I need to send a some commands to the prompt of C Shell from my VB program.
Note:
I opened the C Shell from my Vb program doing the following:
Dim retVal
retval = (Shell("C:\WINDOWS\SYSTEM32\POSIX.EXE /u /c /bin/csh -l", vbNormalFocus)
Note:
I opened the C Shell from my Vb program doing the following:
Dim retVal
retval = (Shell("C:\WINDOWS\SYSTEM32\POSIX.EXE /u /c /bin/csh -l", vbNormalFocus)