home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / quickey1.zip / QUICKEY.DOC < prev    next >
Text File  |  1993-04-02  |  4KB  |  100 lines

  1.  
  2.       ▐▐▐▐▐▐▐▐   ┌───────────────────────────────────────────────────────┐
  3.       ▐▐ ▐▐ ▐▐   │ Program Name: QuicKey                                 │
  4.       ▐▐ECCA▐▐   │ Release #   : 1                                       │
  5.                  │ Release Date: April 1993                              │
  6.       ▐▐ ARE▐▐   │ Software    : Maximus, Maximus/2                      │
  7.       ▐▐ ▐▐ ▐▐   │ Author      : Chris Dornfeld                          │
  8.       ▐▐▐▐▐▐▐▐   └───────────────────────────────────────────────────────┘
  9.  
  10. ■ Overview
  11.  
  12.    QuicKey is an interface to make basic commands available to SysOps quickly,
  13. conveniently, and organized. It comes with 11 built-in commands, accessable by
  14. pressing a single key, and includes a full built-in help and ability to support
  15. extra user-defined programs. QuicKey is great for use as a Function-Key, during
  16. chat, or quick pop-up access.
  17.  
  18. ■ Setup
  19.  
  20.    QuicKey is easy to set up. 2 versions were included: QUICKEY.BBS for Max-DOS
  21. systems, and QUICKEY2.BBS for Max-OS2 BBSs. There are 2 ways to call QuicKey:
  22.  
  23.    1) As a Function Key macro:
  24.  
  25. - F?.MEC ----------------------------------------------------------------------
  26. [link]QuicKey(2)
  27. -------------------------------------------------------------------------------
  28.  
  29.    2) As an option in your SysOp Menu:
  30.  
  31. - MENUS.CTL -------------------------------------------------------------------
  32. Menu SysOp
  33.         ...
  34.         Display_File    QuicKey(2)                SysOp "*QuicKey"
  35.         ...
  36. End Menu
  37. -------------------------------------------------------------------------------
  38.  
  39.    Then compile your F?.MEC file with MECCA, or your MENUS.CTL with SILT, and
  40. QuicKey is ready to go with the touch of a key.
  41.  
  42. ■ Warranty
  43.  
  44.    None.
  45.  
  46. ■ QuicKey Commands
  47.  
  48.       * !                          - Run SETUP to add a command
  49.         <                          - Send file(s) from BBS to user (download)
  50.         >                          - Send file(s) from user to BBS (upload)
  51.       * ?                          - Show a Help screen for QuicKey commands
  52.         C                          - Clear the Screen
  53.         D                          - Delete a File
  54.         G                          - Logoff from the BBS
  55.         M                          - Compile a .MEC file via MECCA(P)
  56.         P                          - Run a DOS command
  57.         Q                          - Quit QuicKey
  58.       * S                          - Shell to OS
  59.         V                          - View Text Files or .BBS files
  60.         Y                          - Yell for User/SysOp/Both
  61.  
  62.       * - Detailed later in this DOC
  63.  
  64. ■ ! (SETUP) Command
  65.  
  66.    Type an exclamation point to add a command of your own. This must be a
  67. Maximus .BBS file which will be displayed at the touch of a designated key.
  68. When adding a command, you will be asked first for the character you want to
  69. type at the `/' prompt to run your .BBS file, the name of the .BBS file, and
  70. the help description, which will be added to the end of the list displayed when
  71. a user types `?'.
  72.  
  73. ■ ? (HELP) Command
  74.  
  75.    This displays a short description of the keys and functions built-in to
  76. QuicKey, and also the characters and descriptions of customized commands, as
  77. you entered them.
  78.  
  79. ■ S (SHELL TO OS) Command
  80.  
  81.    Typing `S' will invoke the shell designated by your COMSPEC environment
  82. variable. Normally this will be COMMAND.COM. To check which yours is, type
  83. `SET' at the command prompt. To change it, type `SET COMSPEC=<...>' and replace
  84. `<...>' with the path to your favorite command interpreter, such as 4D*S or
  85. whatever. Note: The shell will only be invoked locally. To invoke a remote
  86. shell, do a `P' (DOS Command) and type `COMMAND >COM?' or replace COMMAND
  87. with your shell program.
  88.  
  89. ■ Note from the Author
  90.  
  91.    Thanks for taking the time to view this doc. I worked rather hard on the
  92. program included here, and your support is appreciated. If you have any
  93. problems or suggestions, leave me a note in most FidoNet Maximus-related
  94. echoes. And watch for future releases!!
  95.  
  96. * You are free to modify this program to your liking, as long as it is only
  97.   distributed in its true, unmodified form!
  98.  
  99. ■ QuicKey is by Chris Dornfeld, 1993
  100.