home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AFAX1431.LHA / AmigaFax / s / PrtLast < prev    next >
Encoding:
Text File  |  1994-12-20  |  399 b   |  19 lines

  1. ; Afax:s/PrtLast
  2. ; Script to Print last fax received (if ENV variable FaxPrt set)
  3. ; D. Varley 20Dec94
  4. ;
  5. ; To use, this script should be called from faa.scp
  6. ;
  7. ; SetEnv FaxPrt 1         ;to enable
  8. ; UnsetEnv FaxPrt        ;to disable
  9. ; Copy Env:FaxPrt ENVARC:    ;for setting to survive reboot
  10. ;
  11. if $FaxPrt NOT EQ *$FaxPrt
  12.   Afax:S/SetLastFax
  13.   if exists $LastFax
  14.     RunBack Afax:c/afaxprt $LastFax
  15.   endif
  16. endif
  17.  
  18.  
  19.