home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA022.ZIP / TINYPROG.DOC < prev    next >
Text File  |  1990-06-12  |  4KB  |  119 lines

  1.  
  2.  
  3.  
  4.         -----------------------------------------------------------------
  5.  
  6.         PROGRAM TITLE:
  7.  
  8.                                     TINYPROG
  9.  
  10.                                                 Tranzoa, Co.
  11.                                                 P.O. Box 911
  12.                                                 Maple Valley, WA  98038
  13.                                                 (206) 432-3532
  14.                                                 June 12, 1990
  15.  
  16.         -----------------------------------------------------------------
  17.  
  18.  
  19.         PROGRAM DESCRIPTION:
  20.  
  21.              TINYPROG  converts  EXE and COM programs to a  smaller  file
  22.         size. TINYPROG compresses most programs from 10% to 30%.   Before
  23.         it  runs, the compressed program thoroughly verifies that it  has
  24.         not  been  tampered  with  or  accidentally  changed.    Software
  25.         developers  may include easily patched, un-compressed  data  with
  26.         their TINYPROG'ed programs.
  27.  
  28.              When  run with no command line arguments, TINYPROG  explains
  29.         how  you  may use it.  A command line option  tells  TINYPROG  to
  30.         print its own documentation to the screen or to a file.
  31.  
  32.  
  33.  
  34.         INTENDED USER:
  35.  
  36.              PC  users  with limited disk space - who need  to  run  more
  37.         programs than their disks will hold.
  38.  
  39.              PC software developers who wish to ship a smaller program.
  40.  
  41.              PC  software developers who want to ship programs that  will
  42.         stay un-corrupted in the field.
  43.  
  44.              PC  software  developers  who want to  make  their  programs
  45.         easily able to self-configure their own run-time file.
  46.  
  47.              PC  software developers who want their programs to  be  very
  48.         difficult for users to scan with file-dump programs and to  patch
  49.         with debuggers.
  50.  
  51.  
  52.  
  53.         FEATURES OF THE PROGRAM WITH RESPECT TO OTHERS:
  54.  
  55.              TINYPROG produces significantly smaller files than  EXEPACK.
  56.         Plus,  corrupted TINYPROG'ed programs generally quit  gracefully,
  57.         rather than locking up the machine.
  58.  
  59.              TINYPROG gives the program developer an area in the  program
  60.         file that is as easy to patch as if the program were a COM file.
  61.  
  62.  
  63.  
  64.         PROGRAM LIMITATIONS:
  65.  
  66.              TINYPROG will not convert:
  67.  
  68.                   DOS.
  69.                   COMMAND.COM
  70.                   Programs with internal overlays.
  71.                   Programs that configure themselves by writing data back
  72.                        into the program file.  Such programs must  either
  73.                        be made TINYPROG-aware by the program's author, or
  74.                        they   may  not  be  re-configured   after   being
  75.                        TINYPROG'ed.
  76.  
  77.  
  78.  
  79.         MACHINE REQUIREMENTS:
  80.  
  81.              TINYPROG  requires  DOS  2.X or above and  100k  of  program
  82.         memory.   Generally, TINYPROG'ed programs require nothing  beyond
  83.         the requirements of the original program.
  84.  
  85.  
  86.  
  87.         HOW TO START THE PROGRAM:
  88.  
  89.              C>tinyprog
  90.  
  91.              TINYPROG prints full instructions and documentation.
  92.  
  93.  
  94.  
  95.         REGISTRATION FEE:
  96.  
  97.              The higher of:
  98.                   1/10th of the added value to the user.
  99.                 or
  100.                   $15.
  101.  
  102.  
  103.  
  104.         WHAT COMES WITH REGISTRATION:
  105.  
  106.              A diskette with a version of TINYPROG that needs no operator
  107.         interaction to convert program files.
  108.  
  109.  
  110.  
  111.         LIST OF PROGRAM FILES:
  112.  
  113.              TINYPROG.EXE             The program and documentation file.
  114.              READ.ME                  This file.
  115.  
  116.  
  117.         -----------------------------------------------------------------
  118.         -----------------------------------------------------------------
  119.