home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / 150_tips.zip / MSGS.ZIP / COMMANDS.MSG < prev    next >
Text File  |  1993-05-12  |  1KB  |  30 lines

  1. Date: 05-12-93 (00:17)              Number: 63211 of 63273 (Refer# NONE)
  2.   To: GARY HEDBERG
  3. From: DAVID TERRY
  4. Subj: WH problem
  5. Read: NO                            Status: PUBLIC MESSAGE
  6. Conf: BETA (6)                   Read Type: GENERAL (+) HAS REPLIES
  7.  
  8. -> When someone uses the "WH" command they don't see the WHO command display
  9. -> but if they type "WHO" then they do.  Here's what is happening:
  10. ->
  11. -> (998 Left) Main Board - Your Main Menu Command ? wh
  12. -> Thanks for Calling, Gary!
  13.  
  14. Here is the problem... right in your CMD.LST file:
  15.  
  16. ->        Command     Security  PPE/MNU File -or- Keystroke Replacement
  17. ->    ══════════════  ════════  ═══════════════════════════════════════
  18. -> 7) WHCALLED            0     K:\PCB\PPE\WHCALLED.PPE
  19.  
  20. "WH" is a valid abbreviation for WHCALLED because CMD.LST overrides internal
  21. commands.
  22.  
  23. So, if you want WH to be an abbreviation for WHO then you can put, higher up in
  24. your CMD.LST file, a line such as this:
  25.  
  26.     1) WHO                0     WHO^M
  27.  
  28. This will tell PCBoard to stuff "WHO" plus CARRIAGE RETURN into the keyboard
  29. buffer and that will cause the internal WHO command to be called.
  30.