home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / oslite11.zip / readme.1st < prev    next >
Text File  |  1994-09-20  |  4KB  |  104 lines

  1. ///////////////////////////////////////////////////////////////////////
  2. //                                                                   //
  3. // OSlite 1.1 by Enrico Demarin                 20 Sept. 1994 , 0:55 //
  4. //                                                                   //
  5. ///////////////////////////////////////////////////////////////////////
  6.  
  7. OSlite converts an OS/2 executable to a compressed CMD file.  
  8. It requires 4OS2 2.00 or higher, an HPFS partition, GZIP (not included)
  9. and skip.exe.  (skip.exe requires EMX 0.8H runtime, not included :).  
  10. You can found both EMX runtime and GZIP on ftp.cdrom.com or
  11. ftp-os2.nmsu.edu. 
  12. I tested  Oslite with GZIP 1.2.4 (18 Aug 93), 4/OS2 2.00 
  13. patchlevel D, EMX 0.8H patchlevel 10, OS/2 2.11.
  14. I used a (slooooow) AMD 386sx-33 (8 Megs of RAM) and a
  15. (not the fastest...) 486DLC-40 (8 megs of RAM). The performance
  16. is acceptable on the 486. 
  17.  
  18.  
  19. ////////////// INSTALLATION ///////////////////////////////////////////
  20.  
  21.  
  22. To install OSlite, you must :
  23.  
  24. 1 - Define the temporary file path used by OSLite system 
  25.    in the environment variable OSLITE.
  26.    The temporary path MUST be in a HPFS drive.  
  27.    
  28.    Ex. SET OSLITE=E:\TEMP
  29.  
  30. 2 - Copy the files lthdr.cmd, oslite.cmd ,skip.exe, unlite.cmd 
  31.    in the path. You MUST also have Gzip in the path.
  32.    
  33.    
  34. To convert old Oslited files and use the new decompression header,
  35. you must unlite the files and compress the files again.
  36.  
  37.  
  38.  
  39. //////////////// PACKAGE //////////////////////////////////////////////
  40.  
  41.  Commands:
  42.   
  43.     OSlite.cmd : compresses an executable
  44.     Unlite.cmd : decompresses an Oslited executable.
  45.     OSlite.btm : OSlite.cmd packed with 4os2's batcomp (faster ?)
  46.     Unlite.btm : Unlite.cmd packed with 4os2's batcomp (faster ?)
  47.     lthdr.cmd  : The decompression header
  48.     skip.exe   : (used by lthdr.cmd)  
  49.     skip.c     : Source file of skip.exe (EMX 0.8h Patch 10 was used)
  50.                  (so you can guess the syntax and the purpose :)
  51.  
  52. **************************** WARNING **********************************
  53.  
  54. Skip.exe, gzip.exe, eatool.exe and lthdr.cmd MUST remain uncompressed.
  55. (and DONT'T pack lthdr.cmd with 4OS2's batcomp !!)
  56.  
  57.  
  58. //////////////// HISTORY /////////////////////////////////////////////
  59.  
  60. version 1.1:
  61.  
  62. o Fixed bugs almost everywhere... (sorry...:(
  63. o Revised command line options of both Oslite.cmd and Unlite.cmd
  64.  
  65. 8-) Added support for Extended Attributes (now EAS are not lost anymore)
  66.     This option needs EATOOL in the path. (you can use the /NOEAS option
  67.     to skip EA saving).
  68. 8-) Added CTRL-C and CTRL-BREAK    handling.
  69.  
  70.   
  71.  
  72. version 1.0: 
  73.  
  74. First public release.
  75.  
  76. //////////////// PLANS  //////////////////////////////////////////////
  77.  
  78.  
  79. Ability to create compressed .CMD from other file types ?
  80. (for example, compress an .INF and create a .CMD that
  81. decompresses the INF and shows it with VIEW.EXE)
  82. A REXX version of OSLite (no more 4OS/2 required) ?
  83.  
  84.  
  85. Tell me what do you think about it.
  86.  
  87. //////////////// NOTICE //////////////////////////////////////////////
  88.  
  89. This package is FREEWARE.  I'm not responsible of damages or
  90. disasters (:) caused by Oslite.
  91. (I'm using OsLite on my PC, and nothing happened so far... :)
  92. If you use OSLite, please let me know. Report bugs, flames or suggestions 
  93. at the following  email address :
  94.                               
  95.                    mccoy@maya.dei.unipd.it
  96.  
  97. ...or at the following mail address:
  98.  
  99.                   Enrico Demarin
  100.                   Via Redipuglia 28
  101.                   31100 Treviso - ITALY
  102.                   
  103. Have fun!
  104.