home *** CD-ROM | disk | FTP | other *** search
- /*
- * test for GPFax rexx operation
- */
-
- say "Simple DATA call script"
-
- options results
-
- address rexx_gpfax
-
-
- baudrate
-
- say "DATA Call connected at " result " baudrate"
-
- /*
- run BBS program here
- wait for it to quit
- then end this rx script to return to GPFax
- */
-
-
-
- address command 'c:wait 20'
-