Re: Win32::Process Kill Process in Windows ME
- From: s1210197@xxxxxxxx (Stefan Mueller)
- Date: 15 Apr 2005 00:00:01 -0700
Hello Rob,
Thank you for your answer.
"Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx> wrote in message news:<425ce4a5$0$29868$afc38c87@xxxxxxxxxxxxxxxxxxxx>...
> What actually happens ? Does the script hang .... or exit silently .... or
> .... ?
> Do you get any warnings or error messages ?
No, I get no error messages. The script doesn't hang, it exists like
the way on XP.
> use warnings;
no warnings
> Not sure. Maybe (untested):
>
> my $exitcode;
> my $pid = $ProcessObj->GetProcessID();
> Win32::Process::KillProcess($pid, $exitcode);
> # $exitcode is set to the exitcode of the process.
it's the same. What's about the exitcode? I have used 1 and 9, but
there is no difference.
Cheers,
Stefan
.
- Follow-Ups:
- Re: Win32::Process Kill Process in Windows ME
- From: Sisyphus
- Re: Win32::Process Kill Process in Windows ME
- References:
- Win32::Process Kill Process in Windows ME
- From: Stefan Mueller
- Re: Win32::Process Kill Process in Windows ME
- From: Sisyphus
- Win32::Process Kill Process in Windows ME
- Prev by Date: Re: Net::Netmask -> match usage problems
- Next by Date: CDK vs Curses::UI
- Previous by thread: Re: Win32::Process Kill Process in Windows ME
- Next by thread: Re: Win32::Process Kill Process in Windows ME
- Index(es):
Relevant Pages
|