home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / gpfax.lha / gpfax / rexx_samplesprintlast.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1992-04-10  |  310 b   |  23 lines

  1. /*
  2.  * test for GPFax rexx operation
  3.  * This script for Shift Function key 9 views the last received fax
  4.  */
  5.  
  6. say "GPFax test for gpfaxrexx"
  7.  
  8. options results
  9.  
  10.  
  11. address rexx_gpfax
  12.  
  13. say ""
  14. reportlog R 3
  15.  
  16. if    result="OK" then printlast
  17.     
  18. else if    result="OK.S" then printlast
  19.  
  20. say "last report was :" result
  21.  
  22. say ""
  23.