home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / FILEQ.ZIP / FILEQ.HST < prev    next >
Text File  |  1991-04-25  |  922b  |  20 lines

  1. Program began originally as PLISTER  for listing a single Pascal
  2. source code files.  Then came CLISTER for C code, PROLISTR for
  3. PROLOG code, FORLISTR for FORTRAN code, etc.
  4.  
  5. First major change in concept was SHORTQ which combined all
  6. the benefits of the previous programs into one program.  The
  7. program (rather than the user) would decide whether the program
  8. was Pascal, C, Fortran, etc.  Still listing a single file at a
  9. time.
  10.  
  11. The next major change was FILEQ which was like SHORTQ, but would
  12. handle a "queue" (hence the Q) of files - like 15 or more
  13. files at a time, sending each to the printer sequentially, each
  14. file having access to all the benefits of SHORTQ.
  15.  
  16. FILEQ was completely "hot-key" controlled.  Actually, it was
  17. never completed.  FILEQM was created which offered an optional
  18. Menu (hence the M) in addition to the hot-keys.  Name reverted
  19. from FILEQM back to FILEQ for simplicity's sake.
  20.