home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 3 / CDROMAG3.iso / pc / gallery / dreamweb / pksfansi.doc < prev    next >
Encoding:
Text File  |  1993-01-31  |  3.4 KB  |  101 lines

  1.  
  2.  
  3. Command:
  4.  
  5.     PKSFANSI [/c]
  6.  
  7.  
  8. Purpose:
  9.  
  10.     PKSFANSI (PK Safe ANSI) is a Terminate and Stay Resident program
  11.     that disables ANSI Keyboard Key Reassignments, thereby preventing
  12.     'ANSI bombs' embedded in any text file (such as README files) or
  13.     output by any program.
  14.  
  15.     Normally, ANSI sequences that redefine the keyboard could be
  16.     hidden inside ANY text file or program, and could be executed
  17.     completely unnoticed until it is too late.  PKSFANSI intercepts
  18.     calls to ANSI.SYS or other ANSI device drivers, and filters out
  19.     any keyboard reassignments, while allowing other ANSI sequences
  20.     through unaltered.
  21.  
  22.     If a keyboard key reassignment is attempted, PKSFANSI will
  23.     intercept the sequence and discard it.  PKSFANSI also will BEEP
  24.     to alert you that a reassignment was attempted.
  25.  
  26.     PKSFANSI requires only 832 bytes resident RAM, and should work
  27.     with any ANSI driver, such as the standard ANSI.SYS driver,
  28.     NANSI, ZANSI, DVANSI, etc.  Note that if you use a memory
  29.     resident ANSI driver, such as the DESQview DVANSI.COM driver,
  30.     that PKSFANSI should be loaded AFTER the ANSI driver is loaded.
  31.  
  32.     The /c switch causes PKSFANSI to discard any ANSI sequences
  33.     that would change the colour of your screen.  This is especially
  34.     useful on LCD, black & white, and monochrome monitors to prevent
  35.     ANSI files from changing the screen colours.
  36.  
  37.  
  38. License:
  39.  
  40.     PKSFANSI(tm)  Copyright 1989,1992 PKWARE Inc.  All Rights Reserved.
  41.  
  42.     This program is free.
  43.  
  44.     You are free to use, copy and distribute PKSFANSI providing:
  45.  
  46.           No fee is charged for use, copying or distribution.
  47.  
  48.       It is not modified in any way.
  49.  
  50.     Clubs and user groups may charge a nominal fee not to exceed
  51.     ($10) for expenses and handling while distributing PKSFANSI.
  52.  
  53.  
  54.     If you have any questions about PKSFANSI or want to find out
  55.     more about other PKWARE products contact:
  56.  
  57.     PKWARE Inc.
  58.     9025 N. Deerwood Dr.
  59.     Borwn Deer, WI 53223
  60.  
  61.     or call the PKWARE Support BBS at 414-354-8670, available
  62.     24 hours.
  63.  
  64.  
  65. Disclaimer:
  66.  
  67.     PKWARE hereby disclaims all warranties relating to this
  68.     software, whether express or implied, including without
  69.     limitation any implied warranties of merchantability or fitness
  70.     for a particular purpose.  PKWARE will not be liable for any
  71.     special, incidental, consequential, indirect or similar damages
  72.     due to loss of data or any other reason, even if PKWARE or an
  73.     agent of PKWARE has been advised of the possibility of such
  74.     damages.  In no event shall PKWARE's liability for any damages
  75.     ever exceed the price paid for the license to use software,
  76.     regardless of the form of the claim.  The person using the
  77.     software bears all risk as to the quality and performance of the
  78.     software.
  79.  
  80.  
  81.  
  82. DESQview is a registered trademark of Quarterdeck Office Systems
  83.  
  84.  
  85. Revision History
  86. ----------------
  87.  
  88. 07-27-89  1.0     Initial release.
  89.  
  90. 07-30-89  1.1     Reduced resident memory usage to less than 1000 bytes.
  91.          Enhanced DOC file.
  92.  
  93. 12-28-92  2.04c     Reduced resident memory usage to 832 bytes.
  94.          Added /c switch.  Added check to prevent
  95.          loading of PKSFANSI more than once.  Changed
  96.          version number to be consistent with PKZIP.
  97.  
  98. 02-01-92  2.04g     Changed the version number to 2.04g to be
  99.          consistent with this release.
  100.  
  101.