home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / ALIB40.ZIP / ALIB4B.ZIP / SAMPLE.DOC < prev    next >
Encoding:
Text File  |  1997-12-20  |  925 b   |  25 lines

  1. Sample programs included in ALIB4b.ZIP
  2.  
  3. CALC     - resident pop up calculator
  4. COMPRES  - compress file
  5. RESTOR   - restore uncompressed file
  6. DISKINFO - DOS internal disk info
  7. EDREC    - Example of variable database functions
  8. FILT     - Extracts block comments from source files
  9. G        - Directory changer
  10. HYPER    - Hypertext help
  11. LOAN     - Example of floating point to calcuate loan parameters
  12. MEMORY   - Memory information
  13. QUOTE    - Example of random function to find quote
  14. SCAN     - Search files for text string
  15. SORT     - Sort file
  16. TIMER    - Program timer, can be adapeted for code timing
  17. TODO     - Todo list manager
  18.  
  19. Some of these programs do not use the library (CALC) and others
  20. use it by including source files.  Most of the programs go beyond
  21. simple example code and are useful utilities.  The SCAN.EXE, G.EXE,
  22. TIMER.EXE, TODO.EXE, and EDREC programs are worth taking a close
  23. look at.
  24.  
  25.