home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT214.ZIP / SEBFU40.LZH / RESP.DOC < prev    next >
Text File  |  1991-09-20  |  6KB  |  170 lines

  1.  
  2.                              R E S P     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.  
  11.        RESP is a small utility to get keyboard input (as a string), and 
  12.        place them into an envirnoment variable. The user, via a choice 
  13.        of options, can select to display the keyboard entries, exit if 
  14.        abort is detected (Escape or ^C). This utility can easily be a 
  15.        low level password system. Additional uses are user selected file 
  16.        names (IE.. DOC1 or DOC2), and much more. RESP continues keyboard 
  17.        input untill the ENTER key is detected. If the user attempts to 
  18.        place more than the max allowed charsacters into the variable, 
  19.        RESP will simply beep.
  20.  
  21.  
  22.        Syntax : RESP var /Ll /Bn /Fn /En /Ic /D
  23.  
  24.  
  25.        Where : 'var' is the environment variable to place the keyboard 
  26.        entries into. This variable name is mandatory.
  27.                '/Ll' sets the max characters allowed to be placed into 
  28.        the variable (untill the enter key is pressed)
  29.                '/Bn' sets the screen background color to 'n' when echo 
  30.        is on.
  31.                '/Fn' sets the screen foreground color to 'n' when echo 
  32.        is on.
  33.                '/En' sets the echo mode, where : 0 = on, 1 = off and 2 
  34.        causes RESP to echo the character '█' for each keystroke. Any 
  35.        other character becomes the echo character.
  36.                '/Ic' tells RESP to exit if Escape is detected, and 'c' 
  37.        is set to 'E' or ^C when 'c' = 'C'. Both may be selected by 
  38.        entering this switch twice, once for each value.
  39.                '/D' uses DOS editing features, such as backspace and 
  40.        arrow keys, during keyboard input. Do NOT use this switch if 
  41.        using RESP as a low end password system.
  42.  
  43.  
  44.        Defaults: '/Ll' is 80 characters
  45.                  '/En' is on (echo on)
  46.                  foreground & background color is current
  47.                  RESP ignores escape and ^C
  48.                  RESP uses the BIOS
  49.  
  50.  
  51.        ERRORLEVELS: 255 (0FF) = Program Problem (call Author)
  52.                     254 (0FE) = Environment too small
  53.                     253 (0FD) = Invalid option
  54.                     252 (0FC) = Exit with Escape
  55.                     251 (0FB) = Exit with ^C
  56.                     250 (0FA) = No entry (CR only)
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.       Page 1 of 3
  64.  
  65.                              R E S P     Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.  
  73.        EXAMPLES:
  74.  
  75.                RESP VAR
  76.  
  77.        Gets up to 80 keystrokes from the user, placeing them into VAR. 
  78.        The keystrokes are echoed, editing keys are NOT permitted. Input 
  79.        is terminated when ENTER is detected.
  80.  
  81.                RESP VAR /L10
  82.  
  83.        Same as above, but limits input to 10 characters.
  84.  
  85.                RESP VAR /B1
  86.  
  87.        Same as 1st example, but echos with background of blue.
  88.  
  89.                RESP VAR /F4
  90.  
  91.        Same as 1st example, but echos with foreground of red
  92.  
  93.                RESP VAR /E2
  94.  
  95.        Gets up to 80 keystrokes from the user, placeing them into VAR. 
  96.        The keystrokes are echoed, with the '█' character, editing keys 
  97.        are NOT permitted. Input is terminated when ENTER is detected. 
  98.        This version is great to use as a password system.
  99.  
  100.                RESP VAR /IE
  101.  
  102.        Gets up to 80 keystrokes from the user, placeing them into VAR. 
  103.        The keystrokes are echoed, editing keys are NOT permitted. Input 
  104.        is terminated when ENTER or ESCAPE is detected.
  105.  
  106.                RESP VAR /IC
  107.  
  108.        Gets up to 80 keystrokes from the user, placeing them into VAR. 
  109.        The keystrokes are echoed, editing keys are NOT permitted. Input 
  110.        is terminated when ENTER or ^C is detected.
  111.  
  112.                RESP VAR /D
  113.  
  114.        Gets up to 80 keystrokes from the user, placeing them into VAR. 
  115.        The keystrokes are echoed, editing keys are permitted. Input is 
  116.        terminated when ENTER is detected.
  117.  
  118.        ** Switches may be combined to allow a variety of choices **
  119.  
  120.  
  121.        For additional usage and information on using these utilities see 
  122.        the file SEBFU.DOC or BATUT.DOC.
  123.  
  124.  
  125.  
  126.       Page 2 of 3
  127.  
  128.                               R E S P    Ver. 4.0
  129.  
  130.  
  131.                     (C)1989,1990,1991  Scanlon Enterprises
  132.  
  133.  
  134.  
  135.                              O R D E R     F O R M
  136.  
  137.  
  138.  
  139.  
  140.        RESP registration ..................................... $2.00
  141.  
  142.  
  143.  
  144.  
  145.        What you get :
  146.  
  147.        Unlimited usage of RESP, and phone or write in support. You 
  148.        will also be placed on our mailing list for future updates and 
  149.        new products.
  150.  
  151.        We are offering this utility seperate from SEBFU as a favor to 
  152.        users who do NOT wish to use many of the SEBFU utilities.
  153.  
  154.        This utility is automatically registered to you when you register 
  155.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  156.        is a better bargin, as each utility will cost less than $ .25 
  157.        each.
  158.  
  159.  
  160.        Vendors:
  161.  
  162.        You may distribute RESP seperately, provided this document is 
  163.        distributed as well. Any reasonable fee may be charged.
  164.  
  165.  
  166.        Send your order to : SCANLON ENTERPRISES
  167.                             38354 17TH ST E.
  168.                             PALMDALE, CA 93550
  169.  
  170.