Results 1 to 2 of 2

Thread: Window Scripting Host

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question Window Scripting Host

    Using Window Scripting Host, how can I make two Vbscript programs communicate?(ie. vbscriptfile1 calls a function in vbscriptfile2)

  2. #2
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    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
  •  



Click Here to Expand Forum to Full Width