home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / ICE121.ZIP / ICE.DOC < prev    next >
Encoding:
Text File  |  1995-03-28  |  4.2 KB  |  169 lines

  1. Aragorn! Presents:      
  2.       
  3.       /---/  /----/  /----/
  4.      /   /  / /--/  / /--/
  5.     /   /  / /     / /
  6.    /   /  / /     / /--/
  7.   /   /  / /     / /
  8.  /   /  / /--/  / /--/
  9. /---/  /----/  /----/  V1.21
  10.  
  11. INFO.TXT
  12.  
  13. CONTENTS
  14. ========
  15.  
  16. What is ICE?
  17.  
  18. Distribution
  19.  
  20. Legalese
  21.  
  22. Running ICE
  23.    Requirements
  24.    Installation
  25.    Instructions
  26.  
  27. Revision History
  28.  
  29. Known Bugs
  30.  
  31. Future Plans
  32.  
  33. Updates
  34.  
  35. Credits
  36.  
  37.  
  38. What Is ICE?
  39. ============
  40.  
  41. Ice is a file splicer for storing storing self extracting PKzip's,ARJs,
  42. LHARCs etc.
  43. It creates files which are compatible for use with id's DE-ICE.
  44. The main reason for writing it was to store sets of PWADS etc. in a nice easy
  45. format for installing as well as backing up Doom as it was updated (final 
  46. version is 1.9 now) rather than having disks of update patches everywhere.
  47.  
  48.  
  49. Distribution
  50. ============
  51.  
  52. The file should be disributed as received, ICE???.EXE, with all files intact.
  53. It is freeware so give it to anyone, just don't play with it.
  54.  
  55.  
  56. Legalese
  57. ========
  58.  
  59. Copyrights.
  60.            Not much to say here really. Hope id don't mind me obviously naming
  61. it after DE-ICE, but it seemed the most obvious name really.
  62. All copyrights are recognized, namely 
  63.  
  64.     id for DE-ICE
  65.     PKWARE for PKZIP 
  66.     R. K. Jung for ARJ
  67.     Haruyasu Yoshizaki for LHA
  68.  
  69.  
  70. Running ICE
  71. ===========
  72.  
  73. Requirements
  74.             Not a lot - DOS (give Novell a try it's better than MS!!!)
  75.  
  76. Installation
  77.             Extract the file into a suitable dir and thats it.
  78.  
  79. Instructions
  80.        Dead simple, run the file and enter the filename of the
  81.        self-extracting file o.k
  82.        The file needs to be in the current DIR.
  83.        Enter the details as requested and off it goes.
  84.        It's helpful to know the uncompressed space before running
  85.        ICE though.....
  86.        Don't see the point in adding any more substantial instructions
  87.        here as it's not that hard to use.
  88.  
  89. Revision  History
  90. =================
  91.  
  92.  
  93. V1.0 - First attempt, basic data input. Never released.
  94.  
  95. V1.1 - First release.
  96.        Includes - Colour boxes (looks nice)
  97.                   All input data can be seen on screen
  98.  
  99.        Bug Fix  - Can create files if less than 1.4Mb (why'd you want 
  100.           to ice it anyway?)
  101.  
  102. V1.11 -Internal improvements - better code structure.
  103.  
  104. V1.12 - Bug Fix - V1.11 created a file 0 rather than 1 if creating more
  105.           than 1 file
  106.  
  107. V1.13 - Bug Fix - Now allows 8 character files, previously 8 chars resulted
  108.           in funny errors.
  109.  
  110. V1.2  - New exit screen, other minor improvements.
  111.  
  112. V1.21 - cls routine converted to asm to remove screen glitch on exit
  113.     main screen now fades individual colours rather than all white
  114.     to black.
  115.     Fixed new bug caused by inline assembly which crashed program if 
  116.     default install dir was 8 chars long.
  117.  
  118.  
  119. Known Bugs
  120. ==========
  121.  
  122.  Interesting One this... On my machine it takes four minutes to create a 1.4Mb
  123.  file whereas on my mates machine it takes 14secs. Don't know why. 
  124.  Maybe converting file access to Assembly might fix it...
  125.  Apparently memory managers do have something to do with it, but again, this
  126.  varies from machine to machine. Qemm causes a big slow down on another mates
  127.  machine.
  128.  If in trouble, try using just Himem or EMM386 instead.....
  129.  Otherwise hope for some sort of bug fix. If you want more details to try and
  130.  fix it then contact me.
  131.  
  132.  
  133. Future Plans
  134. ============
  135.  
  136.  Hopefully the ability to automatically calculate the uncompressed file size.
  137.  If i can work out the zip file format or some other way of doing it.
  138.  
  139.  
  140. Updates
  141. =======    
  142.  
  143.  Updates as when they become available should be found at the following
  144.  places :
  145.  
  146.  wherever you got it from.
  147.  Should be available on various ftp sites around the world
  148.  in pub/msdos/utils or similar directory.    
  149.  
  150.  otherwise i can email updates to you if you want.
  151.  
  152.  
  153. Credits
  154. =======
  155.  
  156.  Written by Aragorn! using Borland C++ 3.1 and some Assembly.
  157.  (c) Aragorn! 1994,95
  158.  
  159.  Any queries or suggestions can be sent to :
  160.  
  161.  Email - bsc4074@dcs.napier.ac.uk
  162.  Snail Mail - 91 Heslington Lane
  163.           Fulford
  164.           York
  165.               England
  166.           Y01 4HP
  167.  
  168.  I am always open to suggestions for enhancements to the program.
  169.  Any included features will be documented as nescessary.