home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / afx_511.exe / TEMPLATE.ZIP / FILEBONE.APL < prev    next >
Encoding:
Text File  |  1997-08-15  |  577 b   |  19 lines

  1. ; Template file: FILEBONE.APL
  2. ; Type         : Custom
  3. ;
  4. ; This template generates one list of all the fileechos in the same format
  5. ; as the FILEBONE.NA file.
  6. ;
  7. ; To include comments for each group, comment out lines 12-14 and create
  8. ; GROUP.XXX files, where XXX is the number of the group (no leading zeros).
  9. ; You also need to edit the path in line 12
  10. ;
  11. @groupbegin
  12. ;@assign(@tmp,'C:\ALLFIX\TEMPLATE\GROUP.')
  13. ;@add(@tmp,@group)
  14. ;@include(@tmp)
  15. @areabegin
  16. Area @just(@fileecho,L,14) @just(@raidlevel,L,5) @just(@raidflags,L,6) @copy(@echodesc,1,44)
  17. @end
  18. @end
  19.