home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 May / PC_ONLINE_5_99.ISO / filesbbs / dos / afx_512.exe / TEMPLATE.ZIP / RPREPORT.APL < prev    next >
Encoding:
Text File  |  1998-12-27  |  1.0 KB  |  35 lines

  1. ; Template file: RPREPORT.APL
  2. ; Type         : Request Processor Report
  3. ;
  4. ; This template generates a report for a file request.
  5. ;
  6.  
  7. @test(@filename,<>,"")
  8.  The following files were successfully file requested from our system:
  9.  -----------------------------------------------------------------------------
  10. @filebegin
  11.  @just(@filename,L,13)@just(@filesize,R,9) @copy(@filedesc,1,53)
  12.                         @overflow
  13. @end
  14.  -----------------------------------------------------------------------------
  15.  @blockbytes bytes in @blockfiles file(s)
  16. @end
  17.  
  18. @assign(@tmp,"No")
  19. @requestbegin
  20. @test(@requestname,<>,"")
  21. @test(@tmp,=,"No")
  22.  The following file requests could not be honored
  23.  -----------------------------------------------------------------------------
  24. @assign(@tmp,"Yes")
  25. @end
  26.  @just(@requestname,L,13)@requesterr
  27. @end
  28. @end
  29. @test(@tmp,=,"Yes")
  30.  -----------------------------------------------------------------------------
  31. @end
  32.  
  33. ---
  34.  * Origin: This file request was processed by ALLFIX (@akatouse)
  35.