home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / packers / s-exec / s-exec.doc < prev    next >
Text File  |  1995-02-27  |  2KB  |  87 lines

  1.    
  2.  
  3.  
  4.                             S - EXEC  V1.1 
  5.  
  6.  
  7.    The S-series stable has been growing steadily, but has not so far included
  8.  a program for creating compressed executable files which behave in all
  9.  respects like normal executables - imploded execs. 
  10.  
  11.    Hence S-Exec.
  12.  
  13.    S-Exec does a similar job to the excellent programme "IMPLODER", but does
  14.  it a great deal more simply, using a lot less memory in the process.  It uses
  15.  the standard P-Compress compression code.  Another program that will produce
  16.  imploded execs is of course PowerPacker, but it is less efficient than
  17.  Imploder.  The latest Imploder will handle some large programs with overlays
  18.  such as DPaint.  S-Exec (at present) and PowerPacker (at present) will not.
  19.  
  20.    Use S-Exec if you like simple efficient programs, otherwise use the complex
  21.  and even more efficient Imploder.
  22.  
  23.    
  24.  
  25.                             INSTRUCTIONS 
  26.  
  27.    As always very simple:
  28.  
  29.    To create the executable open a CLI and type:
  30.  
  31.                  S-Exec <infile> <outfile>
  32.  
  33.    The <outfile> must be different from <infile>, you cannot directly replace
  34.   execs with their self-exploding offspring.  It is a good idea to add an
  35.   extension (.se) to the outfile to distinguish it.
  36.   
  37.    The <infile> will be rejected if it is not executable - a definition that
  38.   includes libraries - or is already compressed.
  39.  
  40.    The input exec will be stripped of any unnecessary hunks (debug and
  41.   symbol), compressed, and prefaced with a decompressing header (approx 1250
  42.   bytes).
  43.  
  44.    For Workbench use provide the executable with a TOOL type icon.
  45.  
  46.    In use treat the file just like any other executable.
  47.  
  48.    A switch `-c' is provided to allow recovery of the original. 
  49.    Type at a CLI:
  50.  
  51.                  S-Exec -c <imploded exec> <outfile>
  52.   
  53.  
  54.      
  55.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56.  
  57.     S-Exec is Freeware.  It may be copied and distributed freely and used
  58.    without charge for non-commercial purposes.  Authority for commercial
  59.    use should be obtained from the author below.
  60.  
  61.     No responsibility can be accepted for any loss occasioned by use of the
  62.    programme.
  63.  
  64.      Comments, suggestions, bug-reports all welcome.
  65.  
  66.    Chas A. Wyndham,
  67.    1265 Canning Mills Road,
  68.    Roleystone,
  69.    WA 6111.
  70.    Australia 
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.