==========================================
Process Control mIRC dll
==========================================
Yup... thats what it does... lists running
processes' pid and file locations for you 
to do what you want with...

==========================================
Function Reference
==========================================
getProcNum
	Arguments: none
	Description: Get the number of currently running user processes

getProcInfo
	Arguments: number
	Description: Get information on a process. 
		data is returned in PROCESSID|C:\File\Location.exe format.

killProc
	Arguments: number (process id)
	Description: Terminate a process

clearList
	Arguments: none
	Description: clear the internal process list this dll keeps.

updateList
	Arguments: none
	Description: Update the internal process list. (must be done before anything else)

version
	Arguments: none
	Description: Gets the current version and copyright information.

==========================================
Notes
==========================================
Allthough there shouldn't be any bugs... feel free
to email me if you do find one... Have a look at the ps.mrc
script for an example of what you can do with this dll.

==========================================
Author
==========================================
 ____       ____        _ _  __  __
|  _ \ _ __/ ___| _ __ | (_)/ _|/ _|
| | | | '__\___ \| '_ \| | | |_| |_
| |_| | | _ ___) | |_) | | |  _|  _|
|____/|_|(_)____/| .__/|_|_|_| |_|
         drspliff|@|postmaster.co.uk
                 |_|

thanks to mtek for the idea, and for testing etc.