home *** CD-ROM | disk | FTP | other *** search
- ; Afax:s/PrtLast
- ; Script to Print last fax received (if ENV variable FaxPrt set)
- ; D. Varley 20Dec94
- ;
- ; To use, this script should be called from faa.scp
- ;
- ; SetEnv FaxPrt 1 ;to enable
- ; UnsetEnv FaxPrt ;to disable
- ; Copy Env:FaxPrt ENVARC: ;for setting to survive reboot
- ;
- if $FaxPrt NOT EQ *$FaxPrt
- Afax:S/SetLastFax
- if exists $LastFax
- RunBack Afax:c/afaxprt $LastFax
- endif
- endif
-
-
-