DITMan
6th June 2003 19:45 UTC
Common windows programs...
I've created a DLL to kill processes in windows by its name. Someone suggested that I could add some sort of 'macros' to kill common windows programs (read it in this topic).
What 'macros' of this kind can you think of??
Notepad -> notepad.exe
Explorer -> explorer.exe
InternetExplorer -> iexplore.exe
and so...
If you believe this is interesting, I'll implement it... ok?
Feedback needed!! (as usual)
Afrow UK
6th June 2003 23:11 UTC
This would be a useful feature, yes.
If you have the brain to do the job, then go for it!
-Stu
DITMan
7th June 2003 12:57 UTC
I have the brain, I'm asking you to tell me what do you think 'common windows programs' are :P
Afrow UK
7th June 2003 16:19 UTC
Yes.
For example...
KillProc::KillProc "iexplore" #IEXPLORE.EXE (Internet Explorer)
KillProc::KillProc "notepad" #NOTEPAD.EXE
KillProc::KillProc "mspaint" #MSPAINT.EXE
-Stu