home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!rutgers!cbmvax!cbmehq!cbmaus!cbmozq!vogue!richardc
- From: richardc@vogue.adsp.sub.org (Richard Carde)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: GPFax and GETTY
- Message-ID: <richardc.03qe@vogue.adsp.sub.org>
- Date: 24 Jul 92 01:33:53 GMT
- Organization: Amiga Developer (GPSoftware ACM093)
- Lines: 22
- X-NewsSoftware: GRn 1.16e (7/4/92) by Mike Schwartz & Michael B. Smith
-
- To use GETTY and GPFax, here's an example DATACALL.GPF script
-
- ------------------------CUT------------------
- /*
- * $VER: DataCall.GPF 0.01 (12.07.92) rsc
- *
- * an ARexx script to start GETTY from a DATA call using GPFax
- *
- */
- options results
- address rexx_gpfax
- baudrate
- baud = result
- address command 'uucp:c/getty <nil: >nil:' "-B"baud "-Md" "-h0" "-c0"
- ------------------------CUT------------------
-
- adjust the GETTY parameters to suit...
-
- --
- Richard Carde Developer for GPSoftware Ph: +61 7 300 6864
- EMAIL: vogue.adsp.sub.org!richardc@cbmehq.commodore.com
- cbmaus!cbmozq!vogue!richardc@cbmvax.commodore.com
-