home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qm_icex.zip / QM_ICEX.TXT
Text File  |  1990-10-07  |  6KB  |  173 lines

  1.  
  2. Date: 09-16-90 (17:08)              Number: 5003 of 5662 (Echo)
  3.   To: JOHN FRIEL                    Refer#: NONE
  4. From: TANDY WAY                       Read: NO
  5. Subj: 4.2 PHONE BOOK                Status: PUBLIC MESSAGE
  6. Conf: QMODEM (33)                Read Type: GENERAL (+)
  7.  
  8. John, I can't make the switch to 4.2 Unless you can help with why
  9. my ICEX scripts won't fly with 4.2 But fly easyily with 4.1B
  10. in an attempt to help you remote control diagnose the problem 
  11. here is step by step.
  12.  
  13. Icex206 has a script generator for all the popular programs like
  14. yours. It has worked fantastic witn 4.0 And 41.A and 41b
  15. I use the alt j to redefine shift f1 and shift f2 to call up
  16. wither the 2400 script or the 1200 script.  Going in to alt j 
  17. and choosing 2 in the fields for shift f1 I put @script 
  18. icex-24.Qms in the fields for shift f2 I put @script icex-12.Qms 
  19. saving my work and dropping back to terminal mode I press shift 
  20. f2 and here is what comes up on the screen.
  21.  
  22. Script error type setcom keyword (s) expected file
  23. d:\qmodem\script\icex-24.Qms line setcomcjlm press any key to
  24. edit.
  25.  
  26. Now here is the actual script that icex generates.
  27.  
  28. ; This script was produced with ICEXGEN for use with ICEX206
  29. ; ICEX Copyright 1987,1988,1989.   Written by Wayne Wolf
  30. ; Consult ICEX206.DOC for notes on usage
  31. ;
  32. SETCOMM CJLM
  33. IF $OFFLINE Repeat
  34. GOTO Invoke
  35. Repeat:
  36.   SEND "ATDT223-5859^M"
  37.   TIMEOUT 30 Noconn
  38.   WAITFOR "CONNECT"
  39.   GOTO Skip
  40. Noconn:
  41.   DISPLAY "Could not connect to Local number, trying again..."
  42.   HANGUP
  43.   GOTO Repeat
  44. Skip:
  45. SEND "^~^~^~^~^~^~"
  46.   SEND "@"
  47.   SEND "^~^~^~^~"
  48.   SEND "D"
  49.   SEND "^~^~^~^~"
  50.   SEND "^M"
  51. Ping:
  52.   TIMEOUT 3 Tryagn
  53.   WAITFOR "="
  54.   GOTO Skip2
  55. Tryagn:
  56.   SEND "D"
  57.   SEND "^~^~^~^~"
  58.   SEND "^M"
  59.   GOTO Ping
  60. Skip2:
  61.   SEND "D1^M"
  62. Invoke:
  63.   DOS "ICEX206 -D -A -E"
  64.  
  65. ---
  66.  ■ EZ 1.33 #661 ■ EVERYONE IS A CRITIC
  67.  ■ PCRelay:PRODATA -> ProData Exchange * Tampa, FL * (813)
  68. 920-8820
  69.  
  70. ------------------------------------------
  71.  
  72. Date: 09-18-90 (18:37)              Number: 5006 of 5662 (Echo)
  73.   To: TANDY WAY                     Refer#: 5003
  74. From: KARL BRENDEL                    Read: NO
  75. Subj: 4.2 PHONE BOOK                Status: PUBLIC MESSAGE
  76. Conf: QMODEM (33)                Read Type: GENERAL (+)
  77.  
  78. TW>john I can't make the switch to 4.2 unless you can help with
  79. why
  80. TW>my icex scripts won't fly with 4.2 but fly easyily with 4.1b
  81. TW>in an attempt to help you remote control diagnose the problem
  82. TW>here is step by step.
  83.  
  84. TW>script error type setcom keyword (s) expected file
  85. TW>d:\qmodem\script\icex-24.qms line setcomcjlm press any key to
  86. TW>edit.
  87.  
  88. Unless you're able and willing to edit the generated script file
  89. every time, Tandy, this one is going to take an ICEX upgrade to
  90. fix.
  91. Changes in script languages often "break" script generators and
  92. prepackaged scripts. Bang on Wayne Wolf on The Right Place and
  93. get
  94. him to change his SETCOM command to the current format. (As is
  95. probably documented, SETCOM now takes keywords rather than the
  96. letters it used to take. That's what the error msg is trying to
  97. tell
  98. you.)
  99.  
  100. The price of progress. The benefit, tho, is that SETCOM arguments
  101. won't have to change in the future when new baud rates or other
  102. items
  103. are added to the AltP menu.
  104.  
  105.  
  106. -----------------------------------------------------------------
  107.  
  108.  
  109. Date: 09-18-90 (05:33)              Number: 5043 of 5662 (Echo)
  110.   To: TOM MUI                       Refer#: NONE
  111. From: JOHN FRIEL                      Read: NO
  112. Subj: 4.2 & 5 DOCUMENTATION         Status: PUBLIC MESSAGE
  113. Conf: QMODEM (33)                Read Type: GENERAL (+)
  114.  
  115. -> PCPursuit which requires you go to the ICEX program externally
  116. using the DOS shell. I notice the words 602135 bytes to disk
  117. and the fact that it takes 20-25 seconds to get from Qmodem to
  118. DOS and when ICEX does all the PCPursuit work, another 20-25
  119. seconds to exit ICEX to get back to QMODEM.
  120.  
  121. The Shell is writing DOS memory to disk.  You can try turning
  122. Optimum Shell OFF to speed it up (at the expense of free memory
  123. for the Shell).
  124.  
  125. John
  126. ---
  127.  ■ R105J:Qmodem Technical Support Headquarters ■ (319)233-6157
  128. <<<>>>
  129.  
  130.  
  131. -----------------
  132.  
  133.  
  134. Date: 09-19-90 (19:19)              Number: 5181 of 5662 (Echo)
  135.   To: TOM MUI                       Refer#: NONE
  136. From: STEPHEN WEIHMAN                 Read: NO
  137. Subj: 4.2 & 5 DOCUMENTATION         Status: PUBLIC MESSAGE
  138. Conf: QMODEM (33)                Read Type: GENERAL (+)
  139.  
  140.         ▀▄▀▄▀▄▀▄▀▄ September 19, 1990 ▀▄▀▄▀▄ 12:19 AM ▀▄▀▄▀▄▀▄▀▄
  141.  
  142. TM▌One problem though. I do use PCPursuit to search the BBS'
  143. before I 
  144. TM▌switch over to AT&T with a HST for downloading. I use ICEX to
  145. access
  146. TM▌PCPursuit which requires you go to the ICEX program externally
  147. using
  148. TM▌the DOS shell. I notice the words 602135 bytes to disk and the
  149. fact
  150. TM▌that it takes 20-25 seconds to get from Qmodem to DOS and when
  151. ICEX
  152. TM▌does all the PCPursuit work, another 20-25 seconds to exit
  153. ICEX to get
  154. TM▌back to QMODEM. I'm sure the new manual might have something
  155. to say
  156. TM▌about it - but you are backlogged manual-wise. Any
  157. suggestions?
  158.  
  159. You need to check the optimum shell in setup.  It's under
  160. ALT-n/o/r.  If optimum shell is on and disk shell is on, 
  161. then Qmodem will swap as much of itself to disk BEFORE 
  162. running ICEX, and must reload AFTER. 
  163. Change these to no (you shouldn't need the extra memory 
  164. with ICEX, and let it rip.  You shouldn't have much of a 
  165. delay.
  166.  
  167.            ▀▄▀▄▀▄▀▄▀▄ δτε⌠╫ε∩ ▀▄▀▄▀▄▀▄▀▄
  168.  
  169.  ■ EZ 1·33 #842 ■ Only God can make random selections.
  170.  ■ PCRelay:COMPTRON -> <CCL> ST. PETERSBURG, FL 813-526-1265
  171. <<<>>>
  172.  
  173.