home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / PASSCA.ZIP / FILE_ID.DIZ next >
Text File  |  1993-12-19  |  695b  |  18 lines

  1. This program will scan one or more *.pas
  2. files for compiler directives, getmems and
  3. freemems.  It will output the results to
  4. the screen, and optionally to a disk file
  5. named PASSCAN.LOG.  If output to file, it
  6. will launch Notepad so that the results may
  7. be printed (ok, so I'm lazy).  This code is
  8. cobbled together and inefficient, but I
  9. needed something easier to use than GREP
  10. that would show me the compiler directives
  11. in each of my units, as well as a safety
  12. check of memory allocations.  Be
  13. forwarned that if what you're scanning
  14. for stradles the read buffer, the
  15. results will be inaccurate.  Also,
  16. memory allocations quantified by
  17. variables/constants will not be totaled.
  18.