mIRC Home    About    Download    Register    News    Help

Print Thread
#166283 08/12/06 05:13 PM
Joined: Dec 2002
Posts: 580
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
First, has anyone noticed that mIRC likes unload a script file periodically?

-- And in order to find the missing script I try to search for the missing aliases, and this happens ---

Windows explorer will NOT search inside a .mrc file.

The explorer problem is probably microsoft's fault, still it sucks. It would be nice if we can use any extention for a script, or if there was a patch to fix this. smile

Last edited by NaquadaServ; 08/12/06 05:15 PM.

NaquadaBomb
www.mirc-dll.com
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You can already use any extension for scripts...

//write -c foo.bar alias foobar echo -a works! | load -rs foo.bar | foobar

As for Windows Explorer not searching .mrc files, this is true, but if you don't want to use a decent file manager with search capabilities, you can use Windows' findstr command-line utility:

/run cmd /k findstr /S /N /C:"alias blah" *.mrc

Or, you know, $findfile() and $read()/filter :p


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com

Link Copied to Clipboard