Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: emo
  • Order by date
  1. emo

    How do you make VBS wait until a process/application is done?

    I solved the problem myself.<br><br>It turns out, that the <i>object.run method</i> has a parameter called <b>bWaitOnReturn</b>. All I had to do, was to set this parameter to <b>TRUE</b>.<br><br>My problem was that I didn't know, that the <i>Run Method</i> was a part of <i>Windows Script...
  2. emo

    How do you make VBS wait until a process/application is done?

    I have no problems starting a process or application using the tips I got from this Forum.<br><br>But I need a VBScript, where the script continues after the process is done. But it has to wait until the proces is done.<br><br>This is what I thought...

Part and Inventory Search

Back
Top