Results 1 to 2 of 2

Thread: HELP..Remote execution of functions

  1. #1

    Thread Starter
    Registered User
    Join Date
    May 2001
    Posts
    61

    HELP..Remote execution of functions

    Hi, I really need help - I have marks on my head from beating on a wall - repeatedly.

    Machine1 - workstation running the application
    Machine2 - NT workstation/server affected (hopefully)

    Can I, from Machine1, call an API function that resides on Machine2 and have it run on Machine2?

    My goal is to be able to tell each machine to update it's browse list and domain cache (if one happens, the other should too)

    Thanks in advance.....
    Gabe

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    you can do this with DCOM. create a ActiveX exe project, then have it have functions you want to call. make sure to set up the ActiveX exe with unattended execution and remote execution(i think). you can then call this remotely with CreateObject. Wait until search comes back and then do a search for "Remote DCOM" and you'll find the thread that has exactly how to do this posted
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

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