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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a VB script within a VB Script

Status
Not open for further replies.

Stephon98caffe

Programmer
Feb 18, 2005
25
US
I was wondering if it is possible to start a VB script within one that is excuting.
 
Something like this ?
Set WS = CreateObject("WScript.Shell")
rc = WS.Run("\path\to\script.vbs", 1, True)

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top