home *** CD-ROM | disk | FTP | other *** search
- /*
- * test for GPFax rexx operation
- * This script for Shift Function key 9 views the last received fax
- */
-
- say "GPFax test for gpfaxrexx"
-
- options results
-
-
- address rexx_gpfax
-
- say ""
- reportlog R 3
-
- if result="OK" then viewlast
-
- else if result="OK.S" then viewlast
-
- say "last report was :" result
-
- say ""
-