mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 60
C
coder Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Dec 2002
Posts: 60
how to read the text in @newwindow if im using /debug @newwindow to open it ?

Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
use that
/debug -i @newwindow zzz
Alias Zzz {
echo -s Debug: $1-
return $1-
}


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
If you need to scan every line you can use the -i switch as Adrenalin mentioned, but a custom window (or a file) isn't needed at all. Just use /debug -i nul <alias>

"nul" is a special system device to which you can redirect stuff you don't need, and /debug (unlike commands like /write, that claim "nul" isn't a file) allows you to use it.

Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
Cool, I didn't know that (NUL). Too bad things like this aren't documented in the help file.


* cold edits his posts 24/7

Link Copied to Clipboard