home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / PROKEZ18.ZIP / PRO-KEYS.DOC < prev    next >
Text File  |  1995-10-02  |  11KB  |  349 lines

  1.                                Pro-Keys Version 1.8
  2.  
  3.                       Copyright (c) 1993 by Randy S. Gregory
  4.                                All Rights Reserved.
  5.  
  6.                       ──────────────────────────────────────
  7.  
  8.                   This copy of Pro-Keys is unregistered Shareware.
  9.  
  10.               To obtain a registered copy of Pro-Keys send $19.95 to:
  11.  
  12.                               Mr. Randy S. Gregory
  13.                               20 College Drive, Apt. 28
  14.                               Platteville, Wisconsin 53818
  15.                               U.S.A.
  16.  
  17. INSTALLATION
  18. ────────────
  19.  
  20.   PROKEZ18.ZIP contents:
  21.  
  22.     1.) PRO-KEYS.EXE - Main program.
  23.     2.) PRO-KEYS.NXB - Same as above, without extended keyboard buffer support.
  24.     3.) PRO-KEYS.DOC - Documentation.
  25.     4.) PRO-KEYS.CFG - Configuration file.
  26.     5.) PRO-KEY2.EXE - Support file, must reside in the same directory as
  27.                        the main program PRO-KEYS.EXE.
  28.     6.) FILE_ID.DIZ  - Dizcription file.
  29.  
  30.   Suggested installation:
  31.  
  32.     1.) If you are using a previous version of Pro-Keys first backup your
  33.         PRO-KEYS.CFG file.
  34.     2.) Remove other installed command line utilities (including older versions
  35.         of Pro-Keys).
  36.     3.) Make a PRO-KEYS subdirectory.
  37.     4.) Unzip PROKEZ18.ZIP into the PRO-KEYS subdirectory.
  38.     5.) Add the statement C:\PRO-KEYS\PRO-KEYS to your autoexec.bat file.
  39.     6.) For users who don't need an extended keyboard buffer, I have
  40.         included PRO-KEYS.NXB.  Simply rename PRO-KEYS.NXB to PRO-KEYS.EXE.
  41.     7.) Reboot.
  42.  
  43. FEATURES
  44. ────────
  45.  
  46.   Uses 6.2K with extended keyboard buffer support, or 5.5K without.
  47.  
  48.   User definable history buffer size (from 1..250 commands)
  49.  
  50.   DOSKEY compatible macros.
  51.  
  52.   Extended keyboard buffer (100 keystrokes).
  53.    For users who don't need an extended keyboard buffer, I have included
  54.    PRO-KEYS.NXB.  Simply rename PRO-KEYS.NXB to PRO-KEYS.EXE.
  55.  
  56.   Sets the keyboard delay and repeat rate to the fastest setting.
  57.  
  58.   Uses time-slicing techniques so CPU cycles aren't wasted under
  59.    multitasking operating systems.
  60.  
  61.   Make configuration changes on-the-fly (no rebooting or reloading necessary).
  62.  
  63.   User definable function keys <F2>-<F12>.
  64.  
  65.   /U switch unloads Pro-Keys.
  66.  
  67.   Two methods of command completion: 1.) Auto
  68.                                       2.) Tab-only
  69.  
  70.     The first method completes a command automatically while you are typing.
  71.     The completion process may be interupted by keystrokes, hence, there are
  72.     no delays while typing.  This method usually results in a "hit" within a
  73.     few keystrokes.  Hint: Typing a space at the end of a command line
  74.     prevents unwanted "last minute" completions.  The second method completes
  75.     a command only when <Tab> is pressed.
  76.  
  77.       The following search order is used for completions:
  78.  
  79.        1.) The history buffer.
  80.             A.) with location sensitivity.
  81.             B.) without location sensitivity.
  82.        2.) The default directory.
  83.        3.) The directories on the path.
  84.  
  85.   Environment variable completion.
  86.  
  87.   User definable command completion rules.
  88.  
  89.   Forward-slash (Unix-style) or back-slash (DOS-style) modes.
  90.  
  91.   Enter multiple commands on one command line using a redefinable
  92.    separator character (default is <^>).
  93.  
  94.  
  95. COMMAND SUMMARY
  96. ───────────────
  97.  
  98.   <Left Arrow> and <Right Arrow> move left and right within the command line.
  99.  
  100.   <Home> moves to the beginning of the command line.
  101.  
  102.   <End> or <[> moves to the end of the command line.  The left bracket
  103.    character has been moved to <Alt-[>.
  104.  
  105.   <]> moves to the first period to the right of the cursor.  If there
  106.    isn't one, <]> moves to the end of the command line.
  107.  
  108.   <Esc> clears the command line.
  109.  
  110.   <Insert> toggles between insert (the default) and overwrite modes.
  111.  
  112.   <Up Arrow> and <Down Arrow> at a blank command line cycles through the
  113.    command history.  At a non-blank command line <Up Arrow> and <Down Arrow>
  114.    function the same as <Tab> and <Shift-Tab>.
  115.  
  116.   <F1> displays the list of current function key assignments.
  117.  
  118.   <F2>..<F12>,<Tab>  User definable function keys.  Defined in PRO-KEYS.CFG.
  119.  
  120.   <`> searches the command history for the current command line.  Displays
  121.    the ten most frequently used matches.  Pressing <0>..<9> brings the selected
  122.    history item to the command line.  The accent mark has been moved to <Alt-`>.
  123.  
  124.   Pressing a function key applies that keys function to the current
  125.    command line.  A function key may also be used alone.
  126.  
  127.   Typing a space at the beginning of the command line disables command line
  128.    completion until <Enter> or <Esc> is typed.
  129.  
  130.   After using one of the completion methods, <Enter> on a valid directory
  131.    moves to that directory.  <Enter> on a non .EXE, .BAT, or .COM file
  132.    auto-edits that file.
  133.  
  134.   <Tab> immediately attempts to complete a command.  If the command has
  135.    already been completed, <Tab> cycles through other possible completions.
  136.    At a blank command line, <Tab> functions as defined in PRO-KEYS.CFG
  137.  
  138.   <Shift-Tab> back tracks through the last ten completions.  Handy if you
  139.    mistakenly hit <Tab> to many times.
  140.  
  141.   <Alt-A> toggles between auto-completion and Tab-only completion methods.
  142.  
  143.   <Alt-B> clears the history buffer.
  144.  
  145.   <Alt-C> cycles through command line text colors.  The command line color
  146.    is saved in PRO-KEYS.CFG as "CmdColor".
  147.  
  148.   <Alt-?> brings up PRO-KEYS.DOC (this document) using the editor specified
  149.    in PRO-KEYS.CFG.  Note: PRO-KEYS.DOC must be in the same directory as
  150.    PRO-KEYS.EXE.
  151.  
  152.   <Alt-E> edits PRO-KEYS.CFG using the editor specified in PRO-KEYS.CFG
  153.  
  154.   <Alt-K> removes the current command line from the history buffer.
  155.  
  156.   After using one of the completion methods, <Alt-R>, <Alt-H>, and <Alt-S>
  157.    toggle file attributes (ReadOnly, Hidden, System) of the currently completed
  158.    file.
  159.  
  160.   <Alt-Shift-Esc> exits a ("locked-up") program and returns to the command
  161.    line.
  162.  
  163.   <Ctrl-Enter> will not add the current command line to the history buffer.
  164.  
  165.  
  166. USAGE EXAMPLES
  167. ──────────────
  168.  
  169. Example 1:
  170.  
  171.       user types : <m>
  172.         response : myfile.dat      [C:\]
  173.       user types : <F3>       (assigned the DOS TYPE command in PRO-KEYS.CFG)
  174.         response : type c:\myfile.dat      (C:\MYFILE.DAT is typed.)
  175.  
  176. Example 2:
  177.  
  178.       user types : <g>
  179.         response : goodies\     [C:\]     (goodies is a sub-directory)
  180.       user types : <Enter>
  181.         response : C:\GOODIES>      (C:\GOODIES is made the default directory.)
  182.  
  183. Example 3:
  184.  
  185.       user types : <y>
  186.         response : yourfile.dat    [C:\]
  187.       user types : <Enter>
  188.         response : e c:\yourfile.dat     (auto-edits C:\YOURFILE.DAT using the
  189.                                           editor specified in PRO-KEYS.CFG)
  190. Example 4:
  191.  
  192. Adding an exclamation point <!> to the beginning of a function key definition
  193. in PRO-KEYS.CFG will cause a verification message to be presented each time
  194. that function key is pressed.
  195.  
  196.       F8 =!del
  197.  
  198.       user types : <a>
  199.         response : afile.dat      [C:\]
  200.       user types : <F8>
  201.         response : del c:\afile.dat ? (y/n)
  202.       user types : <n>     (C:\AFILE.DAT is not deleted.)
  203.  
  204.  
  205. PRO-KEYS.CFG DESCRIPTION
  206. ────────────────────────
  207.  
  208. NOTE: Changes to PRO-KEYS.CFG are effective immediately.
  209.  
  210. SAMPLE PRO-KEYS.CFG
  211. ──────────────────────────────────────
  212. F2       =e
  213. F3       =more < $1
  214. F4       =!print
  215. F5       =dir
  216. F6       =rename
  217. F7       =deltree $1
  218. F8       =!del
  219. F9       =zip
  220. F10      =unzip
  221. F11      =mode 80,25
  222. F12      =mode 80,50
  223. Tab      =cls&dir/w
  224. Editor   =e
  225. Delay    =30
  226. CmdColor =14
  227. History  =200
  228. Slash    =\
  229. SepChar  =^
  230.  
  231. [CompletionRules]
  232. *.exe *.com *.bat *.dat *.cfg * *.*
  233. zip *.zip
  234. unzip *.zip
  235. e *.cfg *.txt *.dat *.doc * *.* /f
  236. cd *.* /d /np /nh
  237. rd *.* /d /np /nh
  238. deltree *.* /d
  239.  
  240. [Macros]
  241. ls=dir $*
  242. rm=del $1
  243.  
  244. [RecognizedErrorMessages]
  245. bad command
  246. invalid
  247. 0 file(s) copied
  248. file not
  249. path not
  250. duplicate file
  251. parameter format
  252. ────────────────────────────────────