home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff308.lzh / Vlt / rexx / DialBIX.scp < prev    next >
Text File  |  1990-01-18  |  219b  |  19 lines

  1. vpfk  off
  2. lines  40
  3. parity none
  4. echo on
  5. send "ATDT9999999*R"
  6. wait "2400"
  7. delay 2
  8. emit "a"
  9. send "a"
  10. wait "in:"
  11. delay 1
  12. send "*X08bix*R"
  13. emit "*X08bix*R"
  14. wait "Name"
  15. delay 1
  16. send "YourName*R"
  17. emit "YourName*R"
  18. exit quiet
  19.