Re: run another script
From: Torgeir Bakken \(MVP\) (Torgeir.Bakken-spam_at_hydro.com)
Date: 03/02/05
- Next message: Tom Ker: "Re: Query for Printer Properties"
- Previous message: PaulD: "Re: run another script"
- In reply to: PaulD: "Re: run another script"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Mar 2005 19:02:02 +0100
PaulD wrote:
> "Torgeir Bakken (MVP)" <Torgeir.Bakken-spam@hydro.com> wrote in message
> news:uNiT5LxHFHA.2936@TK2MSFTNGP15.phx.gbl...
> : fred wrote:
> :
> : > I'm afraid this is all new to me so sorry to be bore with such a simple
> : > query but how do I run another vbscript file from a vbscript.
> : Hi
> :
> : You can call another VBScript using the Run method. The downside is
> : that they cannot share code and variables (variables can of course be
> : "transferred" using command line parameters or saving then in
> : registry/in a file).
> :
> ...
>
> : torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> : Administration scripting examples and an ONLINE version of
> : the 1328 page Scripting Guide:
> : http://www.microsoft.com/technet/scriptcenter/default.mspx
>
> Torgeir,
> Wow, very informative post for us newbies, thanks much.
> Paul D
Hi,
You are very welcome, and thanks for the feedback :-)
-- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scriptcenter/default.mspx
- Next message: Tom Ker: "Re: Query for Printer Properties"
- Previous message: PaulD: "Re: run another script"
- In reply to: PaulD: "Re: run another script"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|