Nothing Special Add-on Manager For mIRC v1.0
Home and hand made by StepenWolf
st3p3nwolf@hotmail.com


------------
INTRODUCTION
------------

This is my first attempt in mirc scripting. As the title says is "nothing special" but maybe someone could find it usefull. Most of the add-ons for mIRC are in *.mrc format. So what that script does is to display all the files in mIRC folder (and subfolders) with *.mrc extention in a listbox. Clicking on a file the first four lines of this file are displayed at the right. This is done because most of the add-ons have at these lines some information about the script. You can load or unload any of these files.

----------------
LOADING THE SCRIPT
----------------

Unzip the file nsaman.zip in your mIRC folder and type:

//load -rs $findfile($mircdir,nsaman.mrc,1)

Click on "Yes" in the alias alert and you are ready.

----------------
USING THE SCRIPT
----------------

BUTTONS:

" Find " : It fills the listbox with all the files that can found in mIRC folder that have a *.mrc extention.

" Load " : Selecting a file in the listbox and clicking this button loads the selected file. If the file is already loaded a message is displayed.

" Unload " : Same as Load but it ...unloads the selected file! :-)

" Clear " : Resets the dialog.

" Notepad " : Opens Notepad with the selected file loaded in it.

" Close " : Closes the dialog.

" Help " : Displays this help file.

BOXES:

" <Add-ons> " : Add-ons found in mIRC folder.

" <Info> " : The first four lines of the selected file (see INTRODUCTION) plus one more line that says if the file is loaded or not.

" Number of add-ons found " : Total number of files (*.mrc). Loaded or not.

" Add-ons loaded " : Only files that are loaded. It changes as you load or unload files.

" mIRC version " : Current version of mIRC running.

" mIRC path " : Path of the mirc32.exe file. This box and the "mIRC version" box are usefull if you have any problems when you try to load and run an add-on.Most of the times the script isn't compatible with the mIRC version or the path of the mirc32.exe has some spaces.

IN GENERAL:

Clicking on "Find" fills the listbox with all the files (*.mrc) that there are in *\mirc folder. Selecting (clicking) a file in this listbox some info is displayed in the right box and if this file is loaded or not. The info mentioned before is the four first lines of this file that most of the times the authors use to write the title of the script and information of how you can contact them. If you see mIRC scripting commands that means that there is no such info. Sorry I can't do anything about that. There is an extra line that shows if the file is loaded or not. It should be something like that:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
; Nothing Special Addon Manager for mIRC v1.0
; Home and hand made by StepenWolf ;-)
; st3p3nwolf@hotmail.com
; Keep The Faith!
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This addon is loaded!

-----------------------------------------------------------------------

This isn't the BEST script around. I have tried to make it as bug free as I could. If you have anything to say about this script or just to contact me try: st3p3nwolf@hotmail.com.

-=- KeeP ThE FaitH! -=-