Starting a process on another machine

2004-08-20 Thread Smith, Barry
Wondering if anybody can help me? I need to be able to from one host 1 start a program on another host 2 determine when the program has finished 3 determine the exit status of the program Any suggestion on how I can do that? Thanks in advance Barry

RE: Stop remote service

2003-12-10 Thread Smith, Barry
Think you need at least Power User -Original Message-From: Messenger, Mark [mailto:[EMAIL PROTECTED]Sent: 10 December 2003 08:40To: Kaufman Eran (StarHome); [EMAIL PROTECTED]Subject: RE: Stop remote service Check out Win32::Service. And yes, you will, most likely,

How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry
I can get the build version by looking at $], but I'm interested in the actual build version as in 522? Are there any special variable that I can access? Any suggestions on how I can find this apart from doing perl -v and parsing out the build number? This message is for the named person's

RE: AMENDMENT: How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry
). The first line should read something like: Summary of my perl5 (revision 5 version 6 subversion 1) configuration: Grab that line and do some massaging... -Original Message- From: Smith, Barry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 8:14 AM To: [EMAIL PROTECTED] Subject

RE: How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry
- From: Smith, Barry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 8:14 AM To: [EMAIL PROTECTED] Subject: How to find out the Perl build, not the version? I can get the build version by looking at $], but I'm interested in the actual build version as in 522? Are there any special