|
-
Aug 29th, 2001, 09:13 AM
#1
Thread Starter
Hyperactive Member
Window Scripting Host
Using Window Scripting Host, how can I make two Vbscript programs communicate?(ie. vbscriptfile1 calls a function in vbscriptfile2)
-
Aug 29th, 2001, 12:05 PM
#2
Hyperactive Member
The only way to do this (that I know of) is to create a Windows Script Component. This is the equivalent of an ocx file written in vbscript. The file is an uncompiled text file that is in an xml mark-up. This allows you to create objects within vbscript.
I've attached an example. It is a simple script that emulates some of my favorite Unix functions.
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|