RE: Opening a new shell

2003-10-28 Thread Tim Johnson
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

Re: Opening a new shell

2003-10-28 Thread Rob Dixon
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

Re: Opening a new shell

2003-10-28 Thread Anthony J Segelhorst
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",

Re: Opening a new shell

2003-10-28 Thread Rob Dixon
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

RE: Opening a new shell

2003-10-28 Thread Anthony J Segelhorst
<[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 >> >>

RE: Opening a new shell

2003-10-28 Thread rau
>> -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

Re: Opening a new shell

2003-10-27 Thread simran
% 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

RE: Opening a new shell

2003-10-27 Thread LoBue, Mark
> -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.

Opening a new shell

2003-10-27 Thread Anthony J Segelhorst
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