home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / procomm / apcp37.arc / FLTAM.ASP < prev    next >
Text File  |  1988-03-18  |  8KB  |  383 lines

  1. goto init
  2.  
  3. dial:
  4. strcmp s4 "        "
  5. if success
  6. return
  7. endif
  8. isfile s4
  9. if success
  10. return
  11. endif
  12. clear
  13. box 00 00 02 79 07
  14. strcpy s1 "FLTAM ║ "
  15. strcat s1 s4
  16. strcat s1 " ║ Tampa, FL               813 ║ "
  17. strcat s1 s5
  18. atsay 01 02 07 s1
  19. locate 05 00
  20. transmit "I^m"
  21. pause 1
  22. transmit "ATZ^m"
  23. waitfor "OK"
  24. transmit "^E^m"
  25. waitfor "READY"
  26. transmit "D"
  27. transmit S4
  28. transmit "^m"
  29. rget s1
  30. rget s1 80 40
  31. rget s1 40 40
  32. rget s1 40 40
  33.  
  34. mess:
  35. find s1 "BUSY"
  36. if found
  37. strcpy s9 "M"
  38. return
  39. endif
  40. find s1 "ANSWER TONE"
  41. if found
  42. set parity none
  43. set databits 8
  44. clear
  45. log open s4
  46. alarm 2
  47. exit
  48. endif
  49. find s1 "RINGING"
  50. if found
  51. rget s1
  52. find s1 "RINGING"
  53. if not found
  54. goto mess
  55. else
  56. log open s4
  57. message "APCP: No answer - still ringing"
  58. log close
  59. transmit "^C^D^C"
  60. endif
  61. else
  62. endif
  63. return
  64.  
  65. top:
  66. find s0 "A"
  67. if found
  68. strcpy s4 "254-4637"
  69. strcpy s5 "RCPM Tampa Technical       "
  70. gosub dial
  71. endif
  72. find s0 "B"
  73. if found
  74. strcpy s4 "875-8096"
  75. strcpy s5 "GBBS Smitth's BBS          "
  76. gosub dial
  77. endif
  78. find s0 "C"
  79. if found
  80. strcpy s4 "884-1506"
  81. strcpy s5 "Micro Informer             "
  82. gosub dial
  83. endif
  84. find s0 "D"
  85. if found
  86. strcpy s4 "885-6187"
  87. strcpy s5 "BSBB Tampa                 "
  88. gosub dial
  89. endif
  90. find s0 "E"
  91. if found
  92. strcpy s4 "866-9945"
  93. strcpy s5 "The Comm Board             "
  94. gosub dial
  95. endif
  96. find s0 "F"
  97. if found
  98. strcpy s4 "        "
  99. strcpy s5 "                           "
  100. gosub dial
  101. endif
  102. find s0 "G"
  103. if found
  104. strcpy s4 "839-3003"
  105. strcpy s5 "BIDS RBBS                  "
  106. gosub dial
  107. endif
  108. find s0 "H"
  109. if found
  110. strcpy s4 "621-5270"
  111. strcpy s5 "Bits of Blue               "
  112. gosub dial
  113. endif
  114. find s0 "I"
  115. if found
  116. strcpy s4 "684-5248"
  117. strcpy s5 "Master Date BBS            "
  118. gosub dial
  119. endif
  120. find s0 "J"
  121. if found
  122. strcpy s4 "971-2934"
  123. strcpy s5 "The Tower Club             "
  124. gosub dial
  125. endif
  126. find s0 "K"
  127. if found
  128. strcpy s4 "932-2934"
  129. strcpy s5 "Ark Tangent                "
  130. gosub dial
  131. endif
  132. find s0 "L"
  133. if found
  134. strcpy s4 "963-6362"
  135. strcpy s5 "IBM-PC BBS                 "
  136. gosub dial
  137. endif
  138. find s0 "M"
  139. if found
  140. strcpy s4 "888-5862"
  141. strcpy s5 "RBBS-PC                    "
  142. gosub dial
  143. endif
  144. find s0 "N"
  145. if found
  146. strcpy s4 "254-7710"
  147. strcpy s5 "Sands of Babylon           "
  148. gosub dial
  149. endif
  150. find s0 "O"
  151. if found
  152. strcpy s4 "887-3984"
  153. strcpy s5 "Sunshine IBM-PC            "
  154. gosub dial
  155. endif
  156. find s0 "P"
  157. if found
  158. strcpy s4 "886-3159"
  159. strcpy s5 "Sunshine IBM-PC            "
  160. gosub dial
  161. endif
  162. find s0 "Q"
  163. if found
  164. strcpy s4 "887-3757"
  165. strcpy s5 "Sunshine IBM-PC            "
  166. gosub dial
  167. endif
  168. find s0 "R"
  169. if found
  170. strcpy s4 "968-4750"
  171. strcpy s5 "Yuppie Haven               "
  172. gosub dial
  173. endif
  174. find s0 "S"
  175. if found
  176. strcpy s4 "        "
  177. strcpy s5 "                           "
  178. gosub dial
  179. endif
  180. find s0 "T"
  181. if found
  182. strcpy s4 "        "
  183. strcpy s5 "                           "
  184. gosub dial
  185. endif
  186. find s0 "U"
  187. if found
  188. strcpy s4 "        "
  189. strcpy s5 "                           "
  190. gosub dial
  191. endif
  192. find s0 "V"
  193. if found
  194. strcpy s4 "        "
  195. strcpy s5 "                           "
  196. gosub dial
  197. endif
  198. find s0 "W"
  199. if found
  200. strcpy s4 "        "
  201. strcpy s5 "                           "
  202. gosub dial
  203. endif
  204. find s0 "X"
  205. if found
  206. strcpy s4 "        "
  207. strcpy s5 "                           "
  208. gosub dial
  209. endif
  210. find s0 "Y"
  211. if found
  212. strcpy s4 "        "
  213. strcpy s5 "                           "
  214. gosub dial
  215. endif
  216. find s0 "Z"
  217. if found
  218. strcpy s4 "        "
  219. strcpy s5 "                           "
  220. gosub dial
  221. endif
  222. find s0 "0"
  223. if found
  224. strcpy s4 "        "
  225. strcpy s5 "                           "
  226. gosub dial
  227. endif
  228. find s0 "1"
  229. if found
  230. strcpy s4 "        "
  231. strcpy s5 "                           "
  232. gosub dial
  233. endif
  234. find s0 "2"
  235. if found
  236. strcpy s4 "        "
  237. strcpy s5 "                           "
  238. gosub dial
  239. endif
  240. find s0 "3"
  241. if found
  242. strcpy s4 "        "
  243. strcpy s5 "                           "
  244. gosub dial
  245. endif
  246. find s0 "4"
  247. if found
  248. strcpy s4 "        "
  249. strcpy s5 "                           "
  250. gosub dial
  251. endif
  252. find s0 "5"
  253. if found
  254. strcpy s4 "        "
  255. strcpy s5 "                           "
  256. gosub dial
  257. endif
  258. find s0 "6"
  259. if found
  260. strcpy s4 "        "
  261. strcpy s5 "                           "
  262. gosub dial
  263. endif
  264. find s0 "7"
  265. if found
  266. strcpy s4 "        "
  267. strcpy s5 "                           "
  268. gosub dial
  269. endif
  270. find s0 "8"
  271. if found
  272. strcpy s4 "        "
  273. strcpy s5 "                           "
  274. gosub dial
  275. endif
  276. find s0 "9"
  277. if found
  278. strcpy s4 "        "
  279. strcpy s5 "                           "
  280. gosub dial
  281. endif
  282. find s0 "@"
  283. if found
  284. strcpy s4 "        "
  285. strcpy s5 "                           "
  286. gosub dial
  287. endif
  288. find s0 "#"
  289. if found
  290. strcpy s4 "        "
  291. strcpy s5 "                           "
  292. gosub dial
  293. endif
  294. find s0 "$"
  295. if found
  296. strcpy s4 "        "
  297. strcpy s5 "                           "
  298. gosub dial
  299. endif
  300. find s0 "%"
  301. if found
  302. strcpy s4 "        "
  303. strcpy s5 "                           "
  304. gosub dial
  305. endif
  306. find s0 "&"
  307. if found
  308. strcpy s4 "        "
  309. strcpy s5 "                           "
  310. gosub dial
  311. endif
  312. find s0 "*"
  313. if found
  314. strcpy s4 "        "
  315. strcpy s5 "                           "
  316. gosub dial
  317. endif
  318. find s9 "M"
  319. if found
  320. strcpy s9 " "
  321. goto top
  322. endif
  323. clear
  324. box 00 00 02 79 07
  325. atsay 01 02 07 "APCP: All numbers connected / didn't answer ... terminating ..."
  326. locate 05 00
  327. alarm 2
  328. exit
  329.  
  330. init:
  331. strcpy s9 " "
  332. log close
  333. clear
  334. box 00 00 22 38 07
  335. box 00 41 22 79 07
  336. atsay 01 02 07 "A RCPM Tampa Technical ... 254-4637"
  337. atsay 02 02 07 "B GBBS Smitty's BBS ...... 875-8096"
  338. atsay 03 02 07 "C Micro Informer ......... 884-1506"
  339. atsay 04 02 07 "D BSBB ................... 885-6187"
  340. atsay 05 02 07 "E The Comm Board.......... 866-9945"
  341. atsay 06 02 07 "F ........................ ... ...."
  342. atsay 07 02 07 "G BIDS RBBS .............. 839-3003"
  343. atsay 08 02 07 "H Bits of Blue ........... 621-5270"
  344. atsay 09 02 07 "I Master Date BBS ........ 684-5248"
  345. atsay 10 02 07 "J The Tower Club ......... 971-2934"
  346. atsay 11 02 07 "K Ark Tangent ............ 932-2934"
  347. atsay 12 02 07 "L IBM-PC BBS ............. 963-6362"
  348. atsay 13 02 07 "M RBBS-PC ................ 888-5862"
  349. atsay 14 02 07 "N Sands of Babylon ....... 254-7710"
  350. atsay 15 02 07 "O Sunshine IBM-PC ........ 887-3984"
  351. atsay 16 02 07 "P Sunshine IBM-PC ........ 886-3159"
  352. atsay 17 02 07 "Q Sunshine IBM-PC ........ 887-3757"
  353. atsay 18 02 07 "R Yuppie Haven ........... 968-4750"
  354. atsay 19 02 07 "S ........................ ... ...."
  355. atsay 20 02 07 "T ........................ ... ...."
  356. atsay 21 02 07 "U ........................ ... ...."
  357. atsay 01 43 07 "V ........................ ... ...."
  358. atsay 02 43 07 "W ........................ ... ...."
  359. atsay 03 43 07 "X ........................ ... ...."
  360. atsay 04 43 07 "Y ........................ ... ...."
  361. atsay 05 43 07 "Z ........................ ... ...."
  362. atsay 06 43 07 "0 ........................ ... ...."
  363. atsay 07 43 07 "1 ........................ ... ...."
  364. atsay 08 43 07 "2 ........................ ... ...."
  365. atsay 09 43 07 "3 ........................ ... ...."
  366. atsay 10 43 07 "4 ........................ ... ...."
  367. atsay 11 43 07 "5 ........................ ... ...."
  368. atsay 12 43 07 "6 ........................ ... ...."
  369. atsay 13 43 07 "7 ........................ ... ...."
  370. atsay 14 43 07 "8 ........................ ... ...."
  371. atsay 15 43 07 "9 ........................ ... ...."
  372. atsay 16 43 07 "@ ........................ ... ...."
  373. atsay 17 43 07 "# ........................ ... ...."
  374. atsay 18 43 07 "$ ........................ ... ...."
  375. atsay 19 43 07 "% ........................ ... ...."
  376. atsay 20 43 07 "& ........................ ... ...."
  377. atsay 21 43 07 "* ........................ ... ...."
  378. locate 23 00
  379. get s0
  380. goto top
  381. return
  382. 
  383.