For Programmers: Free Programming Magazines  


Home > Archive > PERL Modules > April 2005 > Win32::Process Kill Process in Windows ME









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Win32::Process Kill Process in Windows ME
Stefan Mueller

2005-04-17, 8:56 am

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com