Re: ps within DOS

2002-03-29 Thread Jeremy Hetzler
At 02:54 PM 3/29/2002 -0800, Brian Warn wrote: >As part of a (win32) perl program I'm running, I'm trying to run a >system ps command and return to the DOS shell (or whatever the shell is >known as in Win2K). From the command line, I can do the following, but >I stay in the bash shell: > >C:> c:\

Re: ps within DOS

2002-03-29 Thread Michael A Chase
- Original Message - From: "Brian Warn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 14:55 Subject: RE: ps within DOS > I suppose that I could run this under cygwin's perl ... It would certainly be easier if you aren't mix

RE: ps within DOS

2002-03-29 Thread Brian Warn
I suppose that I could run this under cygwin's perl ... -Original Message- From: Brian Warn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:54 PM To: '[EMAIL PROTECTED]' Subject: ps within DOS As part of a (win32) perl program I'm running, I'm

ps within DOS

2002-03-29 Thread Brian Warn
As part of a (win32) perl program I'm running, I'm trying to run a system ps command and return to the DOS shell (or whatever the shell is known as in Win2K). From the command line, I can do the following, but I stay in the bash shell: C:> c:\cygwin\cygwin.bat | ps | exit [ ps info here ] my_m