home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 149.lha / DeArc.ReadMe < prev    next >
Text File  |  1988-04-25  |  1KB  |  30 lines

  1.  
  2.     These files contain the source and executable for the dearc utility.
  3. What the utility does is to delete files that have been extracted
  4. from an arc file.  You specify the .arc file, it searches through it for
  5. the names of the files it contains and then deletes them from the directory
  6. that the .arc file is in.  It comes in handy if you like to keep the
  7. arc format of a set of files around and extract them only when you need
  8. them.  I had trouble coming up with a name for the utility that made it 
  9. intuitivly obvious what it did.  I dont think I have succeeded.  IF you 
  10. have a better one please let me know.  Please feel free to use and 
  11. abuse the code as you see fit.
  12.  
  13.     This code is also an adventure for me in how to make a lattice
  14. compiled routine as small as possible.  I have cut the size in half from 
  15. V1.0 but lattice still adds a lot of fat at link time that I figure
  16. I dont need.  The next step will be to use _main() instead of main().
  17.  
  18. If you have any problems or suggestions on what else to trim or can get
  19. it compiled significantly smaller, I would be interested in hearing about
  20. it.  Or, if you have MANX and can get it compiled under that I would be
  21. interested in hearing about the size differences.  I used lattice V4.0 for 
  22. this.
  23.  
  24.  
  25.             THANKS:   Paul Montgomery ( not the New Tek one )
  26.                       CIS 71500,3525
  27.  
  28. ps:  to compile and link dearc.c just execute it.  
  29.  
  30.