home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / mex / pursue.lbr / PURSUE.MEX < prev    next >
Text File  |  1985-10-28  |  640b  |  26 lines

  1. .overlay-dependent command to set modem to auto-answer
  2. SET ANSWER
  3. .overlay-dependent command to shut off modem speaker
  4. SET QUIET
  5. .PC Pursuit tends to be noisy
  6. STAT FILTER ON
  7. .a personal preference
  8. STAT BELL OFF
  9. .minimum reply time on sendouts
  10. STAT REPLY 1
  11. .repeat because my modem is dense
  12. SET QUIET
  13. .repeat because my modem is dense
  14. SET ANSWER
  15. .let the modem settle down
  16. SLEEP 2
  17. .your local PC Pursuit access number
  18. DIAL ???????
  19. .clear CRT
  20. CLS
  21. .waste a little time
  22. SENDOUT ""
  23. .tell PC Pursuit your callback number
  24. SENDOUT "xxxxxxx"
  25. .chain to *.MEX file for the system you're calling (NO CR/LF here!)
  26. READ {1} Purs