[Newbie] Passing data from one vbscript to another?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Date: Sat, 19 Jun 2004 22:10:01 -0700
I have a vbscript that I would like to call from another script and at the same time pass some data of various types from the "calling" script - is that possible?
What I would like to achieve is exactly what a function does, only that instead of referring to the function's name, I would like to be able to refer to a script file.
I come from an Macintosh/AppleScript background and there one could use:
"run script [path to script] with parameters [the parameters you like] "
Is that possible in vbscript? Or if not, Is there any other easy of achieving the same effect.
All suggestions are much appreciated
/ Richard
Relevant Pages
- Re: Ping Steve Yandl or other VBScript gurus
... post on the vbscript newsgroup and that got me going in the right direction. ... 'Run macro named createResumeFromFile, which has no arguments, and catch its ... 'Exit the script with the value of the return code from the macro/function. ... how to do what I want to do entirely in VBA or VBScript; ... (microsoft.public.word.vba.general) - Re: LDAP query information
... execution of the vbscript? ... The error message indicates the line number in the script, ... Dim strBase, strFilter, strAttributes, strQuery, adoRecordset ... ' Construct LDAP syntax query. ... (microsoft.public.windows.server.scripting) - Re: Thank you Richard, Paul and urkec
... only built-in way to communicate with the person running the script is ... It is documented in the VBScript help file Script56.chm. ... You can use the ADO and ADOX objects to analyze and manipulate an existing ... dir cmd of each folder to a text file and have my script use that file ... (microsoft.public.scripting.vbscript) - Re: Ping Steve Yandl or other VBScript gurus
... Steve Yandl suggested using VBScript when I asked ... I'm trying to add one small wrinkle to the script and can't figure ... The macro that I am launching from the VBScript is ... be that 'dim bWaitOnReturn' didn't define the variable as Boolean but ... (microsoft.public.word.vba.general) - Re: Thank you Richard, Paul and urkec
... It is documented in the VBScript help file Script56.chm. ... You can use the ADO and ADOX objects to analyze and manipulate an existing ... object browser to help those who script its VBA (like a VBScript but also ... I'm trying to create a script that will read the folder properties of the ... (microsoft.public.scripting.vbscript) |
|