mIRC Home    About    Download    Register    News    Help

Print Thread
#52403 03/10/03 02:14 PM
G
Govvy
Govvy
G
I don't know if you decided to remove the help button, the one with the little red ring, 'that keeps you a float!'

or if it just got bugged out ... in this new version.

#52404 03/10/03 02:23 PM
D
DekuHaze
DekuHaze
D
It was deliberately removed, I'm afraid. Dunno why tho smile

#52405 03/10/03 02:26 PM
Joined: Dec 2002
Posts: 188
T
Vogon poet
Offline
Vogon poet
T
Joined: Dec 2002
Posts: 188
Probably because some people removed mirc.hlp in their script.

#52406 03/10/03 06:03 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Personally I type /help <topic>

I find it easier just because you go to the help to find a topic anyways, so it will open it right to the topic. Also i'm not an anti-mouse person, But I prfer using keyboard when I can, and avoid moving the mouse too much >:D

#52407 03/10/03 06:10 PM
P
pheonix
pheonix
P
i moved the help file to a subdirectory:
$mircdirhelp files\mirc.hlp
do you know how i could make a /help alias like the original?

#52408 03/10/03 06:20 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
This works for me on XP:
Code:
alias help {
  run winhlp32 -k $+ $1- $mircdirhelp files\mirc.hlp
}


Edit: Doesn't seem to work with multiple parameters, ill try to fix..

#52409 03/10/03 06:22 PM
P
pheonix
pheonix
P
thanks smile

#52410 03/10/03 07:26 PM
C
codemastr
codemastr
C
Simple solution, do like all the cool kids do and downgrade to 6.03.

#52411 03/10/03 10:06 PM
K
KoRn18
KoRn18
K
tempting...

#52412 03/10/03 11:22 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
It doesn't seem to close winhlp32 if you type /help a and then click Cancel (in fact for me it creates two winhlp32 processes and doesn't close either). Perhaps best not to use it smirk

#52413 04/10/03 01:08 AM
I
Iori
Iori
I
Why not just press F1 (while mirc is active), when windows complains it can't find the file and asks if you want to find it yourself, browse to it. From there, /help /whatever should work normally.

Edit: You might need to get rid of any /help alias before you do it.

Last edited by Iori; 04/10/03 01:09 AM.

Link Copied to Clipboard