home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / BTPROTRICKS.TXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  17.6 KB  |  426 lines

  1.  ************
  2. Topic 18        Thu Jan 01, 1987
  3. TIGLON.G [*SysOp*]           at 19:18 EST
  4. Sub: Nifty Little BobsTerm Pro 128 Tricks   
  5.  
  6. I found a cute little trick, so I thought I'd start a new topic for me and
  7. everyone else!!
  8. 40 message(s) total.
  9.  ************
  10.  ------------
  11. Category 15,  Topic 18
  12. Message 1         Thu Jan 01, 1987
  13. TIGLON.G [*SysOp*]           at 19:20 EST
  14.  
  15. To load a directory into your BTP Buffer, just select [F]ill Buffer from then
  16. <RETURN>, <S>croll, <Q>uit ?s
  17. [D] from Disk, then for the file name, enter $:*  and for file type, select
  18. #3, Basic to SEQ file. That will load up the disk directory so that you can
  19. print it right along! Beware, it will load up with odd Control R's, just strip
  20. them out!
  21.  
  22.  -<* Gayle
  23.  
  24.  ------------
  25. Category 15,  Topic 18
  26. Message 2         Thu Jan 01, 1987
  27. GARYW                        at 18:37 CST
  28.  
  29. Now that is VERY helpful.  I am glad someone finally put that information up
  30. here.  After all, I like to learn at least one new thing each day and I was
  31. beginning to give  up hope for today.  Go ahead, Make my Year.  Thanks Gayle.
  32. ------------
  33. Category 15,  Topic 18
  34. Message 7         Sat Jan 03, 1987
  35. DEB [*SysOp*]                at 03:20 EST
  36.  
  37. Gosh, I use BTPro for EVERYTHING...
  38.  
  39. Ascii <-> Petscii xlates Text editing. Directory printing <insert a form feed
  40. between each directory, strip out
  41.                     the ctrl r's and you're set!>
  42.  
  43. AND...did you know you can enter EDIT mode for the buffer FROM View?!?
  44.  
  45. You can also use it to split REALLY huge files with the fill buffer from byte
  46. number option. 
  47.  
  48. <<There was something else, no doubt I'll recall it in my sleep tonight>>
  49.  
  50.      *deb!*
  51.  ------------
  52. Category 15,  Topic 18
  53. Message 8         Sat Jan 03, 1987
  54. TIGLON.G [*SysOp*]           at 03:22 EST
  55.  
  56. Did you forget the MASS printing abilities?? ::ehehe::
  57.  ------------
  58. Category 15,  Topic 18
  59. Message 9         Sat Jan 24, 1987
  60. CHARRINGTON [Courtney]       at 09:06 PST
  61.  
  62. Need some tricks to macro the sign on: At the end of the prompts 'UH#=' and
  63. the menu prompts, there is a weird control character. It looks like a CTRL-Q,
  64. but the marco won't accept it as that. It reads as a small 'B' with a line
  65. over it. Anyone know what that is? Courtney
  66.  ------------
  67. Category 15,  Topic 18
  68. Message 10        Sat Jan 24, 1987
  69. MICHAEL.M [-:SysOp:-]        at 13:35 EST
  70.  
  71. Courtney -
  72.   The best thing to do is strip away the incoming character and you wont need
  73. to bother with it.  I havent seen one that looks like a CNTRL-Q or small
  74. overlined B (which would be a CNTRL-B?), but stripping out $7F (#127) and $FF
  75. (#255) has worked for me.  Choosing (P)arameters, and then (G)eneral from
  76. BTPro's menu will allow you to access the correct area for character
  77. stripping.  First, change the IN FILTER option to 1-2. Then in the first two
  78. FILTER CHARACTER sections add the characters you want stripped (try $7F and
  79. $FF).
  80.   Hope this helps a bit.
  81.   -=:Mike:=-
  82. ------------
  83. Category 15,  Topic 18
  84. Message 12        Sat Jan 24, 1987
  85. CHARRINGTON [Courtney]       at 18:20 PST
  86.  
  87. Thanks for the help, but I tracked it down. Boy, do I feel dumb. The character
  88. looks likes an inverse '=' and it was being put out by Bobsterm128 just before
  89. the string. I assumed it was coming from GEnie...but apparently the terminal
  90. leads the string with this character...whatever it is. For curisoity
  91. sake...any idea what that character is?
  92.   Courtney
  93.  ------------
  94. Category 15,  Topic 18
  95. Message 13        Sat Jan 24, 1987
  96. MICHAEL.M [-:SysOp:-]        at 22:15 EST
  97.  
  98. Courtney -
  99.   I believe BTPro uses the reverse = sign to indicate a null character. I'm
  100. not sure where you are seeing these though.  In your macro strings? Can you
  101. give an example?
  102.   If you open your buffer while on GEnie, and then go into Edit mode after you
  103. log off, you'll see this character after all of GEnie's menu, mail, or message
  104. prompts.
  105.   -=:Mike:=-
  106. ------------
  107. Category 15,  Topic 18
  108. Message 15        Sun Jan 25, 1987
  109. CHARRINGTON [Courtney]       at 13:06 PST
  110.  
  111. Mike- That's where I was seeing the 'null'...in the buffer in edit mode. Dumb
  112. me thought it was something I needed to include in the macro "wait" statement.
  113. I finally got smart and looked at it. Once I saw it was a hex null, I ignored
  114. it and everything is fine. something about: the forest for the trees....
  115. Thanks for the hand holding... Courtney
  116.  ------------
  117. Category 15,  Topic 18
  118. Message 16        Mon Jan 26, 1987
  119. DEB [*SysOp*]                at 03:27 EST
  120.  
  121. Also....the C=N will filter out nulls if they are causing you troubles!
  122.   <<grin>>
  123.  
  124. Ready for the next round of tricks with BTPro?!  
  125.  
  126. I reformat raw text to the desired line length in the buffer ... VERY handy
  127. when dumping an 80 column message on a 40 column only BBS <<hehe>>
  128. ------------
  129. Category 15,  Topic 18
  130. Message 20        Mon Jan 26, 1987
  131. KEVIN-S. [KeS]               at 19:11 PST
  132.  
  133. Here is a little challenge for you BTP-buffs out there. I am trying to find a
  134. way to execute a macro from terminal  mode, rather than having to R/S,A,M,R to
  135. get to the choices. The only way I can think of to "get out" of terminal mode 
  136. would be through the function keys, and they don't seem to handle the C=
  137. prefixes in a way that will allow the BTP program to access them.  I have also
  138. tried running the  terminal itself under a macro command, waiting for a
  139. certain keypress, and THAT just locks up the keyboard.  Any  suggestions?
  140.                      KeS
  141.  ------------
  142. Category 15,  Topic 18
  143. Message 21        Sun Mar 08, 1987
  144. MICHAEL.M [-:SysOp:-]        at 02:48 EST
  145.  
  146. Here's a nifty little BTPro-128 trick I came up with totally by accident. Did
  147. you know you can use the 1351 mouse with BTPro?  [hehe] If you have programmed
  148. your F8 key on BTpro, you can send it by hitting the left button on the mouse,
  149. instead of the two-keystroke command (SHIFT and F7) !
  150.  
  151. It has also allowed me to scroll thru a displayed buffer, but not with any
  152. regularity.  
  153.  ------------
  154. Category 15,  Topic 18
  155. Message 22        Sun Mar 08, 1987
  156. CHARRINGTON [Courtney]       at 07:17 PST
  157.  
  158. Question time: I have a user on my board who is havong a problem with
  159. BTpro128: He says when downloading in Punter, the terminal locks up on
  160. anything over 255 blocks. When the counter rolls over from 255 to 000 it hangs
  161. up. No problem in Xmodem. Seems to me I remember a brief discussion of this
  162. earlier but couldn't find it crusin' thru the old messages. Anyone remember
  163. what the final answer to this was? Courtney
  164.  ------------
  165. Category 15,  Topic 18
  166. Message 23        Sun Mar 08, 1987
  167. MICHAEL.M [-:SysOp:-]        at 15:47 EST
  168.  
  169. I believe the problem was fixed in later versions of BTPro, Courtney. I'm
  170. using version 2.3 and there doesnt seem to be the problem you've mentioned. Do
  171. you know which version your member has?
  172.  ------------
  173. Category 15,  Topic 18
  174. Message 24        Wed Mar 11, 1987
  175. CHARRINGTON [Courtney]       at 18:25 PST
  176.  
  177. He has version 1.9 but I think he had the BAUD ADJUST LO screwed up. I ytold
  178. him to jack it up to 70 and everything seems okay now. Thanks for the help,
  179. Courtney
  180.  ------------
  181. Category 15,  Topic 18
  182. Message 25        Sun May 10, 1987
  183. DEB [*SysOp*]                at 02:07 EDT
  184.  
  185.  .... and in the 'Too Wonderful For Words' Department of the
  186.       BobsTerm Pro 128 Fan Club...
  187.  
  188. You can convince your BTPro 128 to do *4800* baud by changing the RS 232 Lo/Hi
  189. baud rates to the following:
  190.  
  191. Lo:    11 High:  00
  192.  
  193. It was working FLAWLESSLY doing XMODEM downloads today as I transferred a pile
  194. of info from the Amiga to the 128.  Text dumps also look clean!   Xmodem
  195. uploading doesn't really work very well, tho, but possibly some trimming of
  196. that lo byte might fix that, eh?! 
  197.  
  198. Well, everyone enjoy it...it was GREAT!!!
  199.  
  200.     *deb!*
  201.  
  202.  ------------
  203. Category 15,  Topic 18
  204. Message 26        Sun May 10, 1987
  205. KEVIN.S                      at 02:52 EDT
  206.  
  207. Hmmmm... well, I would settle for 1200 baud if it would take care of this one
  208. little problem... I have a new BTP macro which logs me onto a local system and
  209. captures new messages into the buffer, then logs off, etc. The macro works
  210. fine mechanically, the problem is that I use the (W)ait command to tell me
  211. when the new messages have all been viewed, and I am getting serious text
  212. garbling after about the fifth line.  If I either abort the macro, or close
  213. the buffer, it  can keep up fine.  Sounds like classic BRF, but I have been
  214. from 50 to 80 in steps of 2, and can't resolve it.  Any tips?
  215.                  KeS
  216.  ------------
  217. Category 15,  Topic 18
  218. Message 27        Tue Dec 15, 1987
  219. JDCLARK                      at 23:27 EST
  220.  
  221. Does anyone know how to setup BTPro to send a break (3) to GEnie or is there
  222. another char that is sent? Haven't seen any mention of this particular
  223. problem...
  224.  ------------
  225. Category 15,  Topic 18
  226. Message 28        Wed Dec 16, 1987
  227. KEVIN.S [-Sysop-]            at 21:37 EST
  228.  
  229. The default GEnie "break" is, as you mention, ASCII value 03.  This is
  230. entered, either directly from the keyboard or from a BTP macro, as Control-C. 
  231. That is, you hold down the Control key as you would a shift key, and type a
  232. "c".  It is worth note that ASCII values 1-26 consist of Control-alphabet, so
  233. that Control-A = 1, and Control-X = 26.
  234.         KeS
  235.  ------------
  236. Category 15,  Topic 18
  237. Message 29        Tue Dec 22, 1987
  238. DEB [*SysOp*]                at 22:06 EST
  239.  
  240. Er, CTRL X would be 24, CTRL Z is 26  <grin>
  241.  
  242. JD:  and remember that your BREAK character is what GEnie *thinks* it is. If
  243. you have set up your terminal settings for an ASCII 3, or a CTRL C, then use
  244. that key, but it can also be something else, including what is known as a
  245. "True Break".  You can view your terminal settings and parameters at the GEnie
  246. "SETUP" menu.  Just type in SETUP and press return at any regular GEnie page
  247. numbered menu.
  248.  
  249.   ((BTPro does support a "True Break", but the majority of other software
  250. titles do not.  I use a CTRL C because ya never know when you'll be caught
  251. with another program!))
  252.  
  253.    *deb!*
  254. ------------
  255. Category 15,  Topic 18
  256. Message 31        Sat Jan 02, 1988
  257. D.HYTE                       at 02:16 EST
  258.  
  259. Here's a couple more for you BT128 hacks....the HELP key acts just like the
  260. RUN/STOP whenever you can use the R/S to return up a level or abort a
  261. function. Also, when you are in the MACRO area and hit an R or in the
  262. PHONEBOOK and hit a D, if you hit just the RETURN key, it will execute the A
  263. entry in the area you are in. I use my favorite local bbs as the A entry for
  264. me and just hit the D-RETURN and I'm off and runnin!
  265.      Dave (.)(.) (this is in version 2.3 - dunno bout earlier vers)
  266.  ------------
  267. Category 15,  Topic 18
  268. Message 32        Sat Jan 02, 1988
  269. H.HERMAN1                    at 06:40 EST
  270.  
  271.  Dave,                                                                     
  272.  
  273.  Thanks for the helpful info about the "HELP".      :)                     
  274.  
  275.  However,  I  am  puzzled  that  you  find  the  Phone  and  Macro sections 
  276.  defaulting to choice "A" a benefit.                                       
  277.  
  278.  Doesn't your Autostart macro close out by placing you in the Phonebook,   
  279.  with the cursor blinking, waiting for your choice of boards to dial up?   
  280.  
  281.  After  doing  a  whole  series of things, including opening a partition on
  282.  drive #9, to accept downloads, mine closes out, as noted above.  This also  
  283.  leaves  only  two keystrokes to get going, but also the choice to dial any
  284.  from A to Z, by pressing the letter, and RETURN.                           
  285.  
  286.  The  macro  capabilities  seem endless.  Several are set up for late night  
  287.  calls,  when  PCP  is  more  likely to have free circuits, to sign on, get
  288.  stuff, and sign off, all unattended.                                      
  289.  
  290.  BTW, for those with PCP, and BTP, if you need any assist with macros to do
  291.  all the dialing, re-dialing etc., for circuits and numbers, let me know.  
  292.  
  293.  The  macros  I  have  set up cover pretty much all of the replies that PCP
  294.  returns, including the annoying Rylic (sp?) modem set, and changes it back
  295.  to Hayes.                                                                 
  296.  
  297.  Howie                                                                     
  298.  ------------
  299. Category 15,  Topic 18
  300. Message 33        Sun Jan 03, 1988
  301. D.HYTE                       at 13:39 EST
  302.  
  303. Howie, yea my AUTOSTART does shoot me into the phone book after entering the
  304. terminal mode and programming my modem for ATX4 and ATM0 and ATS0=0 and so on
  305. and so on...but, when it gets me there if I dont enter a letter and hit just a
  306. return, it will dial the A entry. Same if I'm in the macro area and hit the R
  307. to run one of em...just hit the return and it will run the A entry macro
  308. (which happens to be my autostart)...if you want any other macro/phone# then
  309. you must enter the letter followed by the return else you may just hit the
  310. return and BT defaults to the A entry in either area....kapeach? (sp)
  311.      Dave (.)(.) ps - oh yea, re the stuff on the HELP key, it WONT abort an
  312. up/down load like the R/S will...ya still gotta use the R/S for that...it will
  313. do all the other functions quite nicely tho...(D)
  314.  ------------
  315. Category 15,  Topic 18
  316. Message 34        Mon Feb 22, 1988
  317. W.ROBERSON                   at 22:26 EST
  318.  
  319. Do you use your phone macro to turn on the buffer?  I found another way. After
  320. building your phone macro the program asks if you want to change the
  321. parameters.  Answer yes.  Turn on the buffer.  When you save the  phone logon
  322. and its parameters the buffer will be saved ON.  This will you to use 2 of the
  323. allowed 79 characters for something additional. Hope you find this useful.   
  324. >>>>>>>>>>>>>>>>>>>>>..Bill..<<<<<<<<<<<<<<<<<<<<<<<<<<<
  325.  ------------
  326. Category 15,  Topic 18
  327. Message 35        Sat Mar 05, 1988
  328. H.HERMAN1                    at 13:18 EST
  329.  
  330. If you are like me, pretty soon you find that you have run out of room  for
  331. phones, macros, or both.
  332.  
  333. One  easy  solution:   make up a macro to tell BTP to run from another  drive,
  334. such as #9, and put another one on disk #9, to get you back to  #8.   This 
  335. adds another 24 or so macros and phone macros to those you  can  instantly 
  336. use.  That's about 48 in all. So far, this seems to be  enough,  but  if more
  337. are needed use other drives and/or if you have a  #1581, use its partitions.
  338.  
  339. Here's the coding:
  340.  
  341. Macro: GO TO DRIVE #9 =  PD^D^D^D^M^R^RAPD
  342.  
  343. Macro: GO TO DRIVE #8 =  PD^D^D^D^M^M^M^M^M^M^M^R^RAPD
  344.  
  345. To  run  either,  go  to macro section, and Run the macro.  Each macro  will 
  346. leave  you  on  the  other disk, in the Telephone macro listing,  waiting for
  347. you to make a selection.
  348.  
  349. Because  I  use  PCP,  and often with auto log on and off, my prob was  that 
  350. for  each  telephone  macro,  I  was using 2 or 3 of the regular  macros  in 
  351. combo.  So, although I do not really call 24 places, I did  need more than the
  352. 24 macro capability of one disk.
  353.  
  354. Howie
  355.  ------------
  356. Category 15,  Topic 18
  357. Message 36        Tue Mar 15, 1988
  358. D.HYTE                       at 21:20 EST
  359.  
  360. HEY! Check this one out that I stumbled on to tonight (DEB!) probably already
  361. knows it so I'm gonna show my stupidity here but it *impressed* me anyway! I
  362. wanted to load a SEQ file into the buffer to read/edit the sucker but the
  363. author included a REVERSE @ symbol and I couldn't find any combo of CTRL or C=
  364. keys with ANYTHING that would give it to me in reverse so I could load the
  365. sucker! Kept getting FILE NOT FOUND errors! So, I remembered a trick from the
  366. mainframe at work that lets you use an arbitration character (sort of a
  367. wildcard but only counts as 1 character) in ascii strings....on the m/f the
  368. char is an ? symbol. SO.....I typed in the filename as FN?XXXX where fn and
  369. xxxx were the literal characters and the ? was the arb character and IT
  370. WORKED!! Tried it on a few other files (just in case it was a fluke eh!?!) and
  371. it works all the time! You can't use it in place of the * wildcard char BUT
  372. you can use it as a "don't care" character....hope it saves someone some time
  373. in playing with this thing! BTW, how many OTHER little things has ol Bob
  374. imbedded (hidden) in this BTPRO128 that isn't documented? whew...glad there
  375. are a bunch of us 'hacks' out here and a common area for us to share all these
  376. things!!!
  377.      Dave (.)(.) (off to more hacking in BTPRO!)
  378.  ------------
  379. Category 15,  Topic 18
  380. Message 37        Mon Mar 21, 1988
  381. DEB [*SysOp*]                at 13:58 EST
  382.  
  383. Dave:   Bob can't take credit for that one...Commodore DOS supports the ?
  384. question mark in that manner.
  385.  
  386. It works for LOADing files or READING files.  The asterisk is 'Don't care
  387. about anything AFTER these characters'.  The question mark is a single place-
  388. holder wildcard just like you discovered.
  389.  
  390.    *deb!*
  391.  ------------
  392. Category 15,  Topic 18
  393. Message 38        Wed May 25, 1988
  394. FINN                         at 06:08 PDT
  395.  
  396. D.HYTE:
  397.   Bobsterm doesn't default to dialing A if you just hit RETURN when it asks
  398. for the entry to dial.  It does default to the A entry in the macro menu,
  399. though.  But, in the phone book, next time your 'A' board is busy, try dialing
  400. with the RETURN method, and you'll see that BobsTerm will cycle through ALL
  401. entries until it gets a connection.  Not just the A entry.  If A is busy,
  402. it'll try B.  If B is busy, it'll go to C, etc. If it makes it all the way to
  403. the end of the list and still hasn't gotten a connection, it will start over
  404. at A again, and keep going until it finds a board that answers or you hit
  405. Run/Stop (or Help).
  406.  ------------
  407. Category 15,  Topic 18
  408. Message 39        Fri Jun 03, 1988
  409. DEB [*SysOp*]                at 17:22 EDT
  410.  
  411. You can also specify which entries you want dialed, and the order:
  412.  
  413. a,f,q,b,z
  414.  ------------
  415. Category 15,  Topic 18
  416. Message 40        Thu Jun 09, 1988
  417. D.HYTE                       at 21:59 EDT
  418.  
  419. yup, specify the order I am familiar with but I tried the business about it
  420. auto marching thru busy numbers until it got to one it can conn to and nada
  421. eh. Works fine if I tell it which ones to go for or if I let it default to the
  422. A entry like I said but it won't go thru the list on it's own. Did I read that
  423. right/wrong or what??
  424.      Dave (.)(.)
  425.  ------------
  426.