home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 May / PC_ONLINE_5_99.ISO / filesbbs / dos / afx_512.exe / TEMPLATE.ZIP / ALLFILES.APL next >
Encoding:
Text File  |  1998-12-27  |  750 b   |  26 lines

  1. ; Template file: ALLFILES.APL
  2. ; Type         : Allfiles listing
  3. ;
  4. ; This template generates an allfiles list
  5. ;
  6.  ╥ ┬ ╥─┐ ╥─┐  ╥─┬─┐ ╓───
  7.  ║ │ ║ │ ║ │  ║ │ │ ║
  8.  ╟─┤ ╟─┤ ╟─┤  ║ ┴ │ ╙──┐   Software Engineering
  9.  ║ │ ║ │ ║  │ ║   │    │
  10.  ╨ ┴ ╨ ┴ ╨  ┴ ╨   ┴ ───┘
  11.  
  12. @areabegin
  13.  Area : @fileecho
  14.  -----------------------------------------------------------------------------
  15. @filebegin
  16.  @just(@filename,L,13)@just(@filesize,R,9) @copy(@filedesc,1,53)
  17.                         @overflow
  18. @end
  19.  -----------------------------------------------------------------------------
  20.  @just(@blockbytes,L,11) bytes in @just(@blockfiles,L,3) file(s)
  21.  
  22. @end
  23.  Total of @totalbytes in @totalfiles file(s)
  24.  
  25.  This ALLFILES listing was created with @prgname
  26.