Good Afternoon - sendkeys is not working when I try to send it to a C Shell prompt. The C shell prompt is opened from inside my Vb program. After it opens ti sends some commands using the SendKeys statement.
dim retVal
retval = shell("C Shell", 1)
Doevents
SendKeys cd ..
sendKeys ls.
Please somebody help me.
dim retVal
retval = shell("C Shell", 1)
Doevents
SendKeys cd ..
sendKeys ls.
Please somebody help me.