Keep It Simple, Stupid | |
PerlMonks |
Re: How to run a process on an NT server from a client computerby idnopheq (Chaplain) |
on Sep 05, 2001 at 02:14 UTC ( [id://110181]=note: print w/replies, xml ) | Need Help?? |
If you can provide more information, that would be most helpful. Yet ...
Win32::OLE will do this, anticipating all the participating machines are Win32 and IIRC if excel is all ready running on the destination box. From perldoc: To create an object via DCOM on a remote server you can use an array reference in place of PROGID. The referenced array must contain the machine name and the program id or class id. For example: my $obj = Win32::OLE->new('my.machine.com', 'Program.Id'); You can also use rcmd from the NT/2K Resource Kit. rcmd is a faux-telnet client-server bit. It is light-weight and highly insecure, but hey ... You could use VNC. You could write a client-server perl app. TIMTOWTDI. YMMV.
HTH
In Section
Seekers of Perl Wisdom
|
|