home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 4: Phase Four
/
17Bit_Phase_Four.iso
/
files
/
3257.dms
/
3257.adf
/
s
/
FwdLast
< prev
next >
Wrap
Text File
|
1994-09-15
|
423b
|
19 lines
; Afax:s/FwdLast
; Script to forward last fax received to site in variable FaxFwd (if set)
; D. Varley 26May93
;
; To use, this script should be called from faa.scp
;
; SetEnv FaxFwd sitename ;to enable
; UnsetEnv FaxFwd ;to disable
; Copy Env:FaxFwd ENVARC: ;for setting to survive reboot
;
if $FaxFwd NOT EQ *$FaxFwd
Afax:S/SetLastFax
if exists $LastFax
RunBack Afax:c/afaxsend $FaxFwd $LastFax
endif
endif