Command line options:

	/run:plugin_id:function_id
Example:
	"/run:0:61" - invokes plugins menu and then exits
	"/Run:0:61" - the same + leaves RrrDsk running ('R' is case sensitive)
	"/run:0:3F" - opens / closes CD tray and then exits
	create shortcut and append this switch to the end, e.g.
	"C:\Program Files\...\RrrDsk.exe" /run:0:3F

Any function can be executed by posting a message:
	PostMessage(hwnd,WM_USER+101, plgID, fncID);


Plgsrc directory contains all you need to write a plugin


Notes on some functions:
	IE killer:
	Sometimes shift key does not work correctly, but ctrl works always.

	Changing speed of your CD-ROM:
	This function does not work on all CD-ROM drives, use it on your own risk.
	Make sure you have properly installed ASPI driver (it's included
	in Win95/98 systems).

Systems:
	win95:
	- Directory icon shouldn't work here (not tested)

	win2k:
	- Start button bitmap changing and recover memory functions are disabled



