; execute this to start GPFax and FaxGETTY
;
cd gpfax:
run GPFax -np -q  ; start GPFax quietly without the printer driver
waitforport rexx_gpfax
rx "address rexx_gpfax unlisten"
cd uucp:
run >nil: <nil: uucp:c/getty -Mh -B2400 -d0 -F AT
; run >nil: <nil: uucp:c/getty -Mh -B19200 -A -d0 -7 -F AT
; use the line above for SUPRA modems (19200 MAY be changed to higher
; values for better throughput in DATA mode)
;
; consult the GETTY manual and MODEM manual for other getty setups
;
; end

