sinnercreed

sinnercreed

Joined
Feb 06, 2007
Occupation
Detail
Location
United States
Interests
Life itself.

mIRC Code Snippets

sinnercreed created a Page  -  May 28, 2007
341 

This snippet is for returning a file selected by a user. Basically it checks that the text file "C:\Program Files\mIRC\filename.txt" exists and in the event that it doesn't it will create the file. The select file dialog is then displayed and allows the user to select a file, the name of the file selected is written to the created text file and then is returned as a value.

sinnercreed created a Page  -  Feb 08, 2007
163 

These are two aliases I made designed to return the total amount of physical memory in kb. Usage Example: mostly for if statements, if ($mem > 50000) { write new.txt Something } ; The file alias is specifically for creating the text file used to hold the memory, so it must be created first. Rather, use the file alias and then the mem alias in order to make this work successfully. Upon usage I normally..

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.