home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / modem / qtrepl.scr < prev    next >
Encoding:
Text File  |  1993-06-08  |  3.6 KB  |  80 lines

  1.  
  2. ;Reply and Post Script for Qterm
  3. ;See QTMES.SCR - by Rob Friedman
  4. ;
  5. ;--updated 2/4/90
  6. ;
  7. ;Remember to edit to your specs. as in Phone numbers, UID, and Password
  8. ;edit out all lines with the ";"
  9. ;  Enjoy..
  10. ;          Rob Friedman (Sysop ADAM CP/M)
  11. --------------------------------------------
  12. !b2400 8n1                    ;sets baud and parity
  13. !k2Rob Friedman(Sysop Adam CP/M)        ;sets keys
  14. !k5Rob Friedman                    ;"
  15. !k176072,417\r                    ;"
  16. %ATZ\r%OK\r\n%%5%                ;resets Modem to make sure
  17. %ATDT2944190\r%CONNECT 2400\r\n%%%9%7        ;dials 1st # and checks
  18. %ATZ\r%OK\r\n%%5%                ;resets if 1st # n/g
  19. %ATDT9322088\r%CONNECT 2400\r\n%%%        ;dials 2nd #
  20. %\d\x03%\r\n%                    ;hits ^C
  21. %%D: %                        ;waits for I.D: prompt
  22. %76702,417\r%ord: %                ;sends# ,looks for PW
  23. %PASS/WORD\r\n\r\n%!%                ;sends PW, looks for !
  24. %g club\r%Forum    !%30%                ;sends G CLUB, looks for Forum !
  25.                                             ;and waits 30 sec if CIS is slow
  26. %rep 85285\r%done)%%                        ;tells CIS it will REPLY to
  27.                                             ;mess. 85285, and waits for done)
  28. !p ronmes.rep                               ;sends the reply-message
  29. %%action !%%                                ;waits for the read action prompt
  30. %post\r%Forum !%                            ;posts the message, looks for !
  31. %off\r%NO CARRIER\r\n%                ;Logs off CIS, waits for NO
  32.                         ;CARRIER from modem
  33. !,                        ;hangs up via ATH0 string
  34. !a                        ;rings bell to wake you up
  35. --------------------------------------------
  36. ;and poof!
  37. ;
  38. ;The whole idea of this is to automate the sending of messages, and
  39. ;shorten your time on CIS and save $$. Be sure to read the QTERM.DOC, 
  40. ;as well as the SCRIPTS.QTM file, both in the QTERM LBRs.
  41. ;
  42. ;
  43. ;Here's another section.. used for Composing new messages.
  44. --------------------------------------------
  45. %g club\r%Forum !%30%                       ;same as above
  46. %compose\r%done)%%                          ;tells your doing a new message
  47. !p new.mes                                  ;sends the new message
  48. %%action !%%                                ;waits for read action prompt
  49. %post to:all sec:9 sub:co\r%Forum !%        ;all-in-one command, tells how
  50.                                             ;and where to post the message
  51. %off\r%NO CARRIER\r\n%                      ;like before.. signs off
  52. --------------------------------------------
  53. ;
  54. ;Be aware that the numbers in the reply need to be edited every time
  55. ;you send a reply. As well as the name of the reply. To send several 
  56. ;replies, simply repeat the reply section starting with the rep # and 
  57. ;ending with the Post.
  58. ;
  59. ;The following is the same as the original QTMES.SCR . Please be aware
  60. ;that these commands CAN be used for any Modem program:
  61. ;
  62. ;Well.. I hope this helps some of you and you get to be proficient with 
  63. ;QTERM. Even though ZMP runs more options, I've found QTERM's scripts to 
  64. ;be really fast when dialing in.. and a real timesaver for use on CIS, as 
  65. ;well as a timesaver for dialing into Starlink. What with all those numbers
  66. ;and ID's to dial..whew. 
  67. ;
  68. ;A note here for NON-QTERM users who are on CIS. Please look at the CIS scripts.
  69. ;The commands I'm using are standard CIS commands, and can be used with ANY 
  70. ;modem program for fast capture or sending of messages. Again.. having an 
  71. ;external modem running at 1200b or 2400b really helps. And again.. these 
  72. ;scripts for QTERM are for use with an external modem <unless you have 
  73. ;adapted it for the Sydmodem 1200 internal modem>.
  74. ;
  75. ;Enjoy it!
  76. ;Rob Friedman- Sysop ADAM CP/M 
  77. ;CompuServe Computer Club Forum
  78. ;
  79.  
  80.