Check out the Win32::Process module. It should be able to do what you want.
-Original Message-
From: Rob Dixon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 9:18 AM
To: [EMAIL PROTECTED]
Subject: Re: Opening a new shell
Anthony J Segelhorst wrote:
>
> Basicall
Anthony J Segelhorst wrote:
>
> Basically I am writing the script to monitor services on Windows Servers
> using net start and it reads in a config file, that the end user builds. I
> want to attempt tp restart the service using a net start "Service Name",
> but the monitoring product I am importin
ot;;
}
}
#MWV Data routine
sub Date {
my($sec,$min,$hour,$dom,$mon,$year,$wday,$yday,$isdst) =
localtime(time());
my(@months) =
("Jan","Feb","March","April","May","June","July","August",
Anthony, Mark. Please bottom-post so that people can understand
the conversation. Thanks.
Anthony J Segelhorst wrote:
>
> Mark wrote:
> >
> > Anthony J Segelhorst wrote:
> >
> > > I am strapped for time on the run time on a perl script I
> > > have been working on.
> > >
> > > I was wondering if i
<[EMAIL PROTECTED]>
Subject: RE: Opening a new shell
>> -Original Message-
>> From: Anthony J Segelhorst [mailto:[EMAIL PROTECTED]
>> Sent: Monday, October 27, 2003 5:50 PM
>> To: [EMAIL PROTECTED]
>> Subject: Opening a new shell
>>
>>
>> -Original Message-
>> From: Anthony J Segelhorst [mailto:[EMAIL PROTECTED]
>> Sent: Monday, October 27, 2003 5:50 PM
>> To: [EMAIL PROTECTED]
>> Subject: Opening a new shell
>>
>>
>> I am strapped for time on the run time on a pe
% perldoc -f fork
On Tue, 2003-10-28 at 12:50, Anthony J Segelhorst wrote:
> I am strapped for time on the run time on a perl script I have been
> working on.
>
> I was wondering if it is possible to open another shell within a perl
> script that will call another script that uses another pr
> -Original Message-
> From: Anthony J Segelhorst [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 27, 2003 5:50 PM
> To: [EMAIL PROTECTED]
> Subject: Opening a new shell
>
>
> I am strapped for time on the run time on a perl script I have been
> working on.
I am strapped for time on the run time on a perl script I have been
working on.
I was wondering if it is possible to open another shell within a perl
script that will call another script that uses another processes.
If I call script B from script A, script A will not complete until script
B i