home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / gpfax.lha / gpfax / rexx_samplesDataCall.gpf < prev    next >
Encoding:
Text File  |  1992-02-24  |  294 b   |  25 lines

  1. /*
  2.  * test for GPFax rexx operation
  3.  */
  4.  
  5. say "Simple DATA call script"
  6.  
  7. options results
  8.  
  9. address rexx_gpfax
  10.  
  11.  
  12. baudrate
  13.  
  14. say "DATA Call connected at " result " baudrate"
  15.  
  16. /*
  17.     run BBS program here
  18.     wait for it to quit
  19.     then end this rx script to return to GPFax
  20. */
  21.  
  22.  
  23.  
  24. address command 'c:wait 20'
  25.