ross
February 24th, 2000, 12:55 PM
Hello all. I have been currntly running some apps they make shell calls
for instance
call shell("net use p: \blah blah blah\blah",vbHide)
This does what I need and never shows a prompt. But the problem is that the prompt ,even though hidden is still there, I have to do a control alt del to see it and then end the process. Is there something I can put in that shell command to exit the dos prompt. I know exit use to work for batch files. Thanks for any advice
for instance
call shell("net use p: \blah blah blah\blah",vbHide)
This does what I need and never shows a prompt. But the problem is that the prompt ,even though hidden is still there, I have to do a control alt del to see it and then end the process. Is there something I can put in that shell command to exit the dos prompt. I know exit use to work for batch files. Thanks for any advice