Win32::Process Kill Process in Windows ME



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
.



Relevant Pages

  • Change windows default printer ... Urgent
    ... I'm trying to change the windows default printer using this code: ... but when I execute this code, the error: Method not existis or not ... Prev by Date: ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Move PDC & BDC to windows 2003 domain
    ... servers to the windows 2003 domain, and kill the NT 4.0 domain? ... Prev by Date: ...
    (microsoft.public.windows.server.migration)
  • Re: Threads
    ... there are 2 threads running. ... And then i can't execute again the same ... >> ¿How can i kill these threads? ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Headers, footers and macros
    ... Dim r As Range ... ..Execute Replace:=wdReplaceAll ... Word 2002, Windows 2000 ... Prev by Date: ...
    (microsoft.public.word.vba.general)
  • subprocess.Popen - terminate
    ... I am using subprocess.Popen to execute an executable, ... terminate that process when I want? ... not looking for a windows only solution I need something that is ... Prev by Date: ...
    (comp.lang.python)