Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.