home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / TECLADO / REDEF101.ZIP / REDEFINE.DOC < prev    next >
Encoding:
Text File  |  1986-03-29  |  4.3 KB  |  95 lines

  1.  
  2.  
  3.  
  4.  
  5.     Re-Definest version 1.01. For use with the IBM ANSI.SYS screen driver.
  6.                    Copyright(c) 1986 by Eric C. L. Ryan III
  7.  
  8.    Re-Definest will allow you to redefine up to 37 different keys to 
  9.    represent another string of characters.  It implements the commands of 
  10.    the IBM ANSI.SYS driver.  If you do not have it loaded (if you don't 
  11.    know you if you do, then you don't.) then your must create a file called 
  12.    "CONFIG.SYS" containing the line "DEVICE=ANSI.SYS". This file and 
  13.    ANSI.SYS must be placed on your system boot disk.  
  14.    
  15.     Distribution files contained in REDEFINE.ARC :
  16.      REDEFINE.COM [Re-Definest 1.01]
  17.      REDEFINE.DOC [This help file]
  18.      SAMPLE.KEY   [A sample keyfile to redefine the following keys :
  19.                    F1 : dir<cr>
  20.                    F2 : cls<cr>
  21.                    F4 : dir/w<cr>
  22.                    F5 : a:<cr>
  23.                    F6 : b:<cr>
  24.                    @C (Alt-C) : Copy<space>
  25.                    @D : Del<space> 
  26.                    You may, of course, add to these, if you wish]
  27.  
  28.       Please note that the keyfiles created by Re-Definest 1.01 are not 
  29.    compatible with keyfiles from Re-Definest version 1.00
  30.  
  31.    Syntax : 
  32.     REDEFINE {arc} [filename.ext]
  33.  
  34.    Example :
  35.     REDEFINE r mydefs.key
  36.       This will read the existing definitions from the keyfile "mydefs.key"
  37.  
  38.    Options are : 
  39.      [a]dd definitions to a keyfile or to memory
  40.      [r]ead definitions from a Re-Definest keyfile
  41.      [c]lear keys F1-F10. You must re-boot to clear the rest.
  42.  
  43.       If no filename is specified for the [a]dd option, you may redefine 
  44.    keys temporarily in memory. If you do not wish to do this, Re-Definest 
  45.    will prompt you for a filename.
  46.       However, you must have a filename for the [r]ead option. If you do 
  47.    not specify one, Re-Definest will prompt you for one.
  48.  
  49.       Once you have entered a filename or selected temporary redefinition, 
  50.    Re-Definest will prompt you to press the key that you wish to redefine.  
  51.    Once you press a key, it will prompt you for the string that you wish to 
  52.    attach to it. If you want a C/R at the end of a string, enter a '{' as 
  53.    the last character. Press [Enter] at the key prompt to end.  
  54.       If you press a character key or a previously redefined key, Re-Definest 
  55.    will warn you that you are going to redefine a character key. If you do not 
  56.    want to do so, press Control-C to abort the program.  
  57.  
  58.       This program is released in the public domain for free distribution 
  59.    through friends or bulletin board systems. No fee or renumeration may be 
  60.    charged for Re-Definest, except by Eric Ryan, or The Corsair.  
  61.  
  62.         For the latest version of Re-Definest, call The Corsair TCBBS : 
  63.              The Corsair. (213)-456-1121 2400/1200 baud. 24 hours.
  64.     
  65.    Or write The Corsair, and include $7 (this will be also counted as a 
  66.    donation) for a disk and postage. Make sure to leave your address.
  67.    
  68.        The Corsair, 
  69.        c/o Eric Ryan
  70.        P.O. Box 2
  71.        Santa Monica, CA, 90406
  72.  
  73.    This program took several minutes to write [grin], and I would appreciate 
  74.    a $5 donation for my trouble. Any donations should be sent to the above 
  75.    address. Please leave your name and address for information on Re-Definest 
  76.    and other programs by Eric Ryan. Thanks to C. Scot Giles for his info
  77.    on ANSI commands.  
  78.  
  79.    Version history of Re-Definest :
  80.     1.00/3/19/86 : First version of Re-Definest.
  81.     1.01/3/29/86 : A bug in version 1.00 was found; if no filename was 
  82.                    specified for the [r]ead option, Re-Definest would 
  83.                    crash. Improvments : 
  84.                     ** The previous 30 character limit for strings in 
  85.                    version 1.00 was increased to 40.  
  86.                     ** In 1.00, you could not enter control characters or 
  87.                    [Esc] in key redefinitions.  
  88.                     ** You now cannot enter more than 40 characters for a 
  89.                    redefinition string; Re-Definest will angrily at you.  
  90.                     ** If you enter no keyfile name for the [r]ead option, 
  91.                    Re-Definest will prompt you for one.  
  92.                     ** If you press [Enter] when Re-Definest asks you for a 
  93.                    keyfile name, it will exit.
  94.    
  95.