home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / ref / ba00.do < prev    next >
Text File  |  2006-10-19  |  2KB  |  44 lines

  1.  
  2. Title: PRELIMINARIES
  3.  
  4. Welcome to the CLUB 100, programming in BASIC, online, class.  Actually, it's 
  5. more like a self study course with the added benefit of direct contact with 
  6. BASIC language programming experts.  This class is directed to owners of 
  7. Tandy/Radio Shack Model 100, 102 and 200 computers.  These computer have a 
  8. built-in Microsoft BASIC interpreter/editor making it the easiest to learn 
  9. version of BASIC on any computer in the world.  However, most of the material 
  10. presented in this course is useful to all computer owners and all versions of 
  11. BASIC. 
  12.  
  13.  
  14. CAPTURING FILES
  15.  
  16. You need to know how to capture files you find on this bbs.  You may either 
  17. print them while online, or capture them for printing later.  Model 100, 102 
  18. and 200 owners have the advantage in both cases.
  19.  
  20. PRINTING CAPTURE (M100/102/200)
  21.  1) Connect your printer and turn it on.
  22.  2) Use your F5 function key to toggle the printer on/off.
  23.  3) Select online files to read.
  24.  4) Files will be printed as they are displayed to your screen.
  25.  
  26. RAM CAPTURE (M100/102/200)
  27.  1) Tap your F2 function key.
  28.  2) Enter a filename and hit enter.
  29.  3) Select online files to read.
  30.  
  31.  Examples for capturing files:
  32.  a. One file: P A filename.ext
  33.  b. Several files whos filename starts with BA and ext is .DO: P A BA*.DO
  34.  
  35.  4) Files will be captured as they are displayed to your screen.
  36.  
  37. There is no on/off toggle.  If you hit F2 again, it will close the open file.  
  38. You will need to open another filename if you close the first.  Reopening the 
  39. first file will overwrite its previous contents.  Also, a file, opened for 
  40. capture, will grow until you run out of memory; at that point in will close 
  41. itself.  Know your memory before coming online. 
  42.  
  43. <EOF>
  44.