mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 144
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 144
on *:TEXT:*:#channel: {
window -eb @TestWindow
aline -p @TestWindow $1-
}

Why on this code if i try to logging it it will not log or/and why the menu save as... dosen´t appear ??

How can i save this window to a file ?
Do i need to make a loop and write line to line all window text to a file ?

Note: Don´t know if khaled have done this with some purpose or if he have forgot to include in custom window´s the save as... parameter and/or logging parameter.

Thanks in advance.

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Which version of mirc are you trying this on? It works fine on the latest (6.32): the items in the Buffer menu (Save and Save & Log as) are both enabled. Same with the Logging menu.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Aug 2003
Posts: 144
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 144
Originally Posted By: qwerty
Which version of mirc are you trying this on? It works fine on the latest (6.32): the items in the Buffer menu (Save and Save & Log as) are both enabled. Same with the Logging menu.


Good point.. it´s the 6.21 lool
On this computer i still use the 6.21.

But i need to log that window, any ideia how to do it ??
The window has about 500 lines...

I will make a while and use the $line(@TestWindow, %x)

Last edited by Miguel_A; 29/05/08 12:43 PM.
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You should still be able to use /savebuf @testwindow testwindow.log. Type /help /savebuf for more information.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Aug 2003
Posts: 144
M
Vogon poet
OP Offline
Vogon poet
M
Joined: Aug 2003
Posts: 144
Originally Posted By: qwerty
You should still be able to use /savebuf @testwindow testwindow.log. Type /help /savebuf for more information.


yes it works... haven´t remember that one...

Many thanks, for the help.


Link Copied to Clipboard