Win32::Process Kill Process in Windows ME
- From: s1210197@xxxxxxxx (Stefan Mueller)
- Date: 13 Apr 2005 00:49:58 -0700
Hello,
I want to kill a Process in Windows ME, which I have started. I have
executed the following lines in XP and it works. I execute this in ME,
the process starts but it won't be killed.
Win32::Process::Create($ProcessObj,
"C:\\Program Files\\Internet
Explorer\\iexplorer.exe",
"iexplore temp.txt",
0,
NORMAL_PRIORITY_CLASS,
".")|| die ErrorReport();
$ProcessObj->Kill(1);
Is there a possibility to kill processes in Windows ME?
Thanks in advance.
Stefan
.
- Follow-Ups:
- Re: Win32::Process Kill Process in Windows ME
- From: Sisyphus
- Re: Win32::Process Kill Process in Windows ME
- Prev by Date: Re: Remote install of Perl Module
- Next by Date: Re: Win32::Process Kill Process in Windows ME
- Previous by thread: GDBM Install
- Next by thread: Re: Win32::Process Kill Process in Windows ME
- Index(es):
Relevant Pages
|
|