--- In [email protected], "dave5851" <[EMAIL PROTECTED]> wrote: > > I am running 2 PCs on a peer to peer network through a router. > Both PCs run XP-Home -SP2 and both run PowerPro.. From PC#1, I would > like to run a script on PC#2. I tried Do() and File.RunAs, but cant > come up with anything that works over a network. Any help appreciated.
Assuming one computer can access a folder on the other, do a file.watchfolder on that shared folder from the computer you want to run the script on. The computer that wants the other to run a script, creates a file in that folder. When the file.watchfolder signals the new file, use the name of the file to indicate somehow which script to run (it could just be the name of the script!). You could even get fancy by putting arguments within the file, eg one per line.
