home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / PKANSI.ZIP / PKSFANSI.DOC < prev   
Text File  |  1989-07-30  |  3KB  |  82 lines

  1.  
  2. Command:
  3.  
  4.     PKSFANSI
  5.  
  6.  
  7. Purpose:
  8.  
  9.     PKSFANSI (PK Safe ANSI) is a Terminate and Stay Resident program
  10.     that disables ANSI Keyboard Key Reassignments, thereby preventing
  11.     'ANSI bombs' embedded in any text file (such as README files) or
  12.     output by any program.
  13.  
  14.     Normally, ANSI sequences that redefine the keyboard could be
  15.     hidden inside ANY text file or program, and could be executed
  16.     completely unnoticed until it is too late.  PKSFANSI intercepts
  17.     calls to the ANSI.SYS or other ANSI device drivers, and filters
  18.     out any keyboard reassignments, while allowing other ANSI sequences
  19.     through unaltered.
  20.  
  21.     If a keyboard key reassignment is attempted, PKSFANSI will
  22.     intercept the sequence and discard it.  PKSFANSI also will BEEP
  23.     to alert you that a reassignment was attempted.
  24.  
  25.     PKSFANSI requires less than 1000 bytes resident RAM, and should
  26.     work with any ANSI driver, such as the standard ANSI.SYS driver,
  27.     NANSI, ZANSI, DVANSI, etc.  Note that if you use a memory
  28.     resident ANSI driver, such as the DESQview DVANSI.COM driver,
  29.     that PKSFANSI should be loaded after the ANSI driver is loaded.
  30.  
  31. License:
  32.  
  33.     PKSFANSI  Copyright 1989 PKWARE Inc.  All Rights Reserved.
  34.  
  35.     This program is free.
  36.  
  37.     You are free to use, copy and distribute PKSFANSI providing:
  38.  
  39.           No fee is charged for use, copying or distribution.
  40.  
  41.       It is not modified in any way.
  42.  
  43.     Clubs and user groups may charge a nominal fee not to exceed
  44.     ($10) for expenses and handling while distributing PKSFANSI.
  45.  
  46.  
  47.     If you have any questions about PKSFANSI or want to find out
  48.     more about other PKWARE products contact:
  49.  
  50.     PKWARE Inc.
  51.     7545 N. Port Washington Rd.
  52.     Suite 205
  53.     Glendale, WI 53217
  54.  
  55.     or call the PKWARE Support BBS at 414-352-7176, available
  56.     24 hours.
  57.  
  58.  
  59. Disclaimer:
  60.  
  61.     PKWARE hereby disclaims all warranties relating to this
  62.     software, whether express or implied, including without
  63.     limitation any implied warranties of merchantability or fitness
  64.     for a particular purpose.  PKWARE will not be liable for any
  65.     special, incidental, consequential, indirect or similar damages
  66.     due to loss of data or any other reason, even if PKWARE or an
  67.     agent of PKWARE has been advised of the possibility of such
  68.     damages.  In no event shall PKWARE's liability for any damages
  69.     ever exceed the price paid for the license to use software,
  70.     regardless of the form of the claim.  The person using the
  71.     software bears all risk as to the quality and performance of the
  72.     software.
  73.  
  74.  
  75. Revision History
  76. ----------------
  77.  
  78. 7-27-89  1.0    Initial release
  79.  
  80. 7-30-89     1.1    Reduced resdient memory usage by 512 bytes,
  81.         enhanced DOC file.
  82.