RE: Starting process on remote machine

2005-04-21 Thread Ken Cornetet
ward Tanner Sent: Wednesday, April 20, 2005 6:28 PM To: 'Hemphill, Barry' Cc: activeperl@listserv.ActiveState.com Subject: RE: Starting process on remote machine Barry, The best I can give you is not a Perl solution, but it's a freeware tool from the Windows guru's at www.sysin

RE: Starting process on remote machine

2005-04-20 Thread Howard Tanner
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hemphill, Barry Sent: Wednesday, April 20, 2005 5:36 PM To: activeperl@listserv.ActiveState.com Subject: RE: Starting process on remote machine > -Original Message- > From: David Nicol [mailto:[EMAIL PROTECTED] >

RE: Starting process on remote machine

2005-04-20 Thread Sam Dela Cruz
Stop ".$service->DisplayName,1);         }     } } Regards, Sam "Chris Cappelletti" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/20/05 03:05 PM                 To:                 cc:        (bcc: Sam Dela Cruz/SVL/SC/PHILIPS)         Subject:        RE:

RE: Starting process on remote machine

2005-04-20 Thread Jim Hansen
If you can't load SSH on the Windows platform, then you will have to use WMI since that is what it is used for. I suggest looking at Dave Roth's books for some pretty good examples oh how to do this. Thanks --- "Hemphill, Barry" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From:

RE: Starting process on remote machine

2005-04-20 Thread Chris Cappelletti
>Anyway, the original question is still pending - any chance someone can >point me at a module, script or code snippet that will let me launch a >remote process as described in the original email? Using the service idea you should be able to remote install a service on whatever box you want it to

RE: Starting process on remote machine

2005-04-20 Thread Hemphill, Barry
> -Original Message- > From: David Nicol [mailto:[EMAIL PROTECTED] > > On 4/20/05, Hemphill, Barry <[EMAIL PROTECTED]> wrote: > > > The main requirement is that we can not install any code on the remote > > systems. > > then you're dead in the water and the best thing to do is walk out >

Re: Starting process on remote machine

2005-04-20 Thread David Nicol
On 4/20/05, Hemphill, Barry <[EMAIL PROTECTED]> wrote: > The main requirement is that we can not install any code on the remote > systems. then you're dead in the water and the best thing to do is walk out immediately. Any technology that could do what you are asking would be a powerful intrusi

Starting process on remote machine

2005-04-20 Thread Hemphill, Barry
I have a requirement to start a process (Outlook) on a remote machine and from searching the ActiveState mailing lists I've found a lot of questions but a real shortage of answers. It seems to me that I've seen a Win32 facility to do this before, but after searching Google and CPAN I'm coming up