mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2007
Posts: 17
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Aug 2007
Posts: 17
Hi guys
My problem is the command /toolbar to change the custom toolbar mIRC



In this image, the icon seems excessively big. In the file help mIRC,this is

Quote:
-zN = icon size, 1 = small, 2 = large, 3 = actual


So i made the script so:

Code:
/toolbar -azN1 Test "Test" white.ico "/echo -a This is a test" @test


I have added the switch -zN1 for have a small ICON, ma don't works.

Why ?O_o

Last edited by Dr_Destino; 10/09/07 10:06 PM.
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
You're meant to replace the "N" with a number, not use it as literal text. In other words you should use "-z1", not "-zN1"

Joined: Aug 2007
Posts: 17
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Aug 2007
Posts: 17
ah Thanks you!:)


Link Copied to Clipboard