Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting An EXE Remotly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00507633
Message ID:
00512267
Views:
10
>>Any odeas on how to launch an EXE which resides on
>>another PC, so that it runs on that PC?
>>
>>Thanks
>
>If both machines are running WSH 5.6, you can "command" another system to run a script, which can run the code immediately. I like this approach over using AT because if the clock on PC-A is behind PC-B, and PC-A sends an AT job to PC-B to execute "now" or anytime within the time difference, PC-B will never run the job because it will be scheduled in the past.
>
>If you do it with WSH, and keep all the timing/scheduling on one system, you can make remote machines do things ASAP.

Check out http://msdn.microsoft.com/scripting/default.htm for documentation on how to do this.
Previous
Reply
Map
View

Click here to load this message in the networking platform