home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / mex / mexwelcm.lbr / WELCOME3.MEX next >
Text File  |  1985-02-09  |  1KB  |  43 lines

  1. SET ANSWER
  2. STAT SILENT OFF
  3. ID ""
  4. STAT TRIGGER ""
  5. STAT LF ON
  6. STAT REPLY 0
  7. SLEEP 5
  8. SUFFIX "^M^J"
  9. SENDOUT "Welcome my CP/M computer, equipped with MEX"
  10. SENDOUT "programmable communications software, v1.11"
  11. SENDOUT "We will be transmitting a file to your computer"
  12. SENDOUT "using XMODEM protocol.  MEX can accommodate"
  13. SENDOUT "both CRC and checksum error checking.  After"
  14. SENDOUT "the file transfer, simply type your comments,"
  15. SENDOUT "using the terminal mode `ECHO' option so you"
  16. SENDOUT "can see what you are typing................."
  17. SENDOUT "PREPARE TO RECEIVE THE FILE `{1:DEFAULT.FIL}'"
  18. SENDOUT " VIA XMODEM PROTOCOL. If you're using MEX,"
  19. SENDOUT " receive the file with the following command:"
  20. SENDOUT "^M^J"
  21. SENDOUT "    R {1:DEFAULT.FIL};L"
  22. SENDOUT "^M^J"
  23. SENDOUT "(using L instead of T will let you see your"
  24. SENDOUT " reply as it is typed)."
  25. SENDOUT "^J^J^J^J^J"
  26. SENDOUT "YOU HAVE 15 SECONDS TO SET UP - AFTER THE"
  27. SENDOUT "XFER YOU MAY TYPE A COMMENT OR MESSAGE - BYE!"
  28. SLEEP 15
  29. S B:{1:DEFAULT.FIL}
  30. STAT WTECHO OFF
  31. STAT REPLY 16
  32. STAT WECHO 10
  33. TERMA B:REMOTE.LOG
  34. SENDOUT "Begin typing your comment or message, please!"
  35. DSC
  36. WRT
  37. STAT WECHO 4
  38. STAT REPLY 8
  39. SUFFIX "^M"
  40. STAT LF OFF
  41. ID "[MEX]"
  42. STAT SILENT ON
  43. READ WELCOME3