Calling one VB Script from another VB Script 
Author Message
 Calling one VB Script from another VB Script

How do I call one VB from another VB Script and have the first VB Script wait until the second is finished before proceeding?  Thanks in advance.

Paul



Wed, 07 Jul 2004 05:43:26 GMT  
 Calling one VB Script from another VB Script

Option Explicit
Dim oShell
Set oShell = CreateObject("Wscript.Shell")
oShell.run "C:\MyTest.vbs", 1, TRUE

Branimir

  How do I call one VB from another VB Script and have the first VB Script wait until the second is finished before proceeding?  Thanks in advance.

  Paul



Wed, 07 Jul 2004 06:05:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Calling a VB Script Routine from VB

2. calling procedure from vb script with datetime as one of the input parameter

3. CGI Script Call from within VB Script

4. Passing control from VB to VB Script -- need to access SetFocus in script

5. VB to VB Script

6. VB 6.0 and VB Script

7. VB scripting in embedded VB for PocketPC

8. Print via VB-Script ActiveX-Control in VB-Application

9. Problem loading VB Com in VB Script

10. VB Script and VB Com

11. VB Debugger and VB Script events

12. vb vs vb script

 

 
Powered by phpBB® Forum Software