home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 037.lha / DU / Read.me < prev    next >
Text File  |  1987-05-16  |  1KB  |  27 lines

  1. This DirUtil is written in Modula-2.  It has two commands which are of no
  2. use to NON-Modula programmers.  LINK and MODULA.  They may be patched to
  3. do other things if you have a little ingenuity and knowledge of program
  4. arrangement.
  5.  
  6. link in lower case is the command passed when LINK is hit. (They only
  7. appear once in each case - UPPER is the Gadget).  If the lower case is
  8. changed to another word (which fits the given space), it will try to
  9. execute that command. WARNING - this command also has an extra tail word
  10. put on it automatically (a lowercase o - which to us means "optimize").  If
  11. this will cause a problem, you can patch the other word and leave this one
  12. alone. If your substitute command doesn't pay attention to tails, it won't
  13. matter.
  14.  
  15. modula in lower case is the command passed when MODULA is hit. (They only
  16. appear once in each case - UPPER is the Gadget).  If the lower case is
  17. changed to another word (which fits the given space), it will try to
  18. execute that command.
  19.  
  20. OTHERWISE, This is a nice (I'm biased), complete, compact, DirUtil with a
  21. 250 file per directory capacity.  - Read the docs for specifics.
  22.                                         Greg Browne
  23.  
  24.  
  25.  
  26.  
  27.