Catch pid for a process that created
From: Mav (mluvw47_at_yahoo.com)
Date: 08/03/04
- Previous message: Jeremy Phillips: "Viewing the output of a form post and preserving authentication"
- Next in thread: lxrocks: "Re: Catch pid for a process that created"
- Reply: lxrocks: "Re: Catch pid for a process that created"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 2 Aug 2004 16:30:04 -0700
Hi,
I am writing a perl script on windows that try to get the pid for a
program that created another processes.
.....
@args = ("\"$devPath\\devenv.com\" ..\\Solution\\My.sln /build
Debug");
$pid = open my $proc, "@args |";
...
the $pid will give me the pid for devenv.com; However, the devenv.com
actually created another process name devenv.exe, is that a way I can
get that pid.
Thanks,
Mav
- Previous message: Jeremy Phillips: "Viewing the output of a form post and preserving authentication"
- Next in thread: lxrocks: "Re: Catch pid for a process that created"
- Reply: lxrocks: "Re: Catch pid for a process that created"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|