mIRC Home    About    Download    Register    News    Help

Print Thread
#42489 17/08/03 07:49 PM
Joined: Jul 2003
Posts: 129
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
i saw in some scripts that when i run mirc.exe that status window is maximised from the start, but mine is always restored (floating) how can i make it be maximised from the start?? thanx

#42490 17/08/03 07:58 PM
C
codemastr
codemastr
C
Maximize the status window, then right click the status button on the switchbar. Go to "position" and click "remember"

#42491 17/08/03 08:17 PM
Joined: Jul 2003
Posts: 129
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
thanks much

#42492 18/08/03 03:12 PM
Joined: Jan 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
Is there away to script it??

#42493 18/08/03 03:22 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Code:
on *:START:{
  window -x "Status Window"
}


Link Copied to Clipboard