home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / GPFAX23.LHA / Rexx_samples / scripts / uucp / s / init_fax
Encoding:
Text File  |  1992-12-02  |  489 b   |  17 lines

  1. ; execute this to start GPFax and FaxGETTY
  2. ;
  3. cd gpfax:
  4. run GPFax -np -q  ; start GPFax quietly without the printer driver
  5. waitforport rexx_gpfax
  6. rx "address rexx_gpfax unlisten"
  7. cd uucp:
  8. run >nil: <nil: uucp:c/getty -Mh -B2400 -d0 -F AT
  9. ; run >nil: <nil: uucp:c/getty -Mh -B19200 -A -d0 -7 -F AT
  10. ; use the line above for SUPRA modems (19200 MAY be changed to higher
  11. ; values for better throughput in DATA mode)
  12. ;
  13. ; consult the GETTY manual and MODEM manual for other getty setups
  14. ;
  15. ; end
  16.  
  17.