Archive: Common windows programs...


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)


This would be a useful feature, yes.
If you have the brain to do the job, then go for it!

-Stu


I have the brain, I'm asking you to tell me what do you think 'common windows programs' are :P


Yes.
For example...

KillProc::KillProc "iexplore" #IEXPLORE.EXE (Internet Explorer)
KillProc::KillProc "notepad" #NOTEPAD.EXE
KillProc::KillProc "mspaint" #MSPAINT.EXE

-Stu