home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 245 / 245.d81 / t.tea < prev    next >
Text File  |  2022-08-26  |  8KB  |  269 lines

  1. u
  2.         THE ENVELOPE ADDRESSOR
  3.            by Lenard Roach
  4.  
  5.  
  6.     "Necessity is the mother of
  7. invention" - or in this case, pain
  8. was. With the chore of addressing
  9. about 30 envelopes a month for club
  10. mailings, my envelope #15 discomfort
  11. began to set in on my right wrist.
  12. Then it was brought to my attention:
  13. If a Commodore can create and print a
  14. newsletter, then it should be able to
  15. print on the face of an envelope the
  16. From and To addresses. That's what
  17. began the process which led to the
  18. program you are about to explore.
  19.  
  20.  
  21.     "The Envelope Addressor," or TEA
  22. for short, is a Commodore 64 program
  23. that allows you to create, edit, save,
  24. and print the information usually
  25. found on the front of a #10 size
  26. envelope. This little 47 block
  27. creation can be a big asset to your
  28. club or business when it comes to
  29. quick addressing of envelopes for
  30. large mailings.
  31.  
  32.     You will want to use Copy It to
  33. move TEA to your Envelope Disc. As
  34. with all LOADSTAR programs, the "B."
  35. prefix indicates the file you LOAD and
  36. RUN. In this case,
  37.  
  38.             LOAD"B.TEA",dv
  39.  
  40. and RUN. After a cutesy introduction,
  41. TEA's main menu offers eight options,
  42. most of which are self explanitory -
  43.  
  44.   (1) The "From" Address Maker - This
  45.       option puts you in the position
  46.       to make the address that goes in
  47.       the upper left hand corner of
  48.       the envelope. Follow the
  49.       prompts, then SAVE the
  50.       information to a name of your
  51.       choosing in a 1 block SEQuential
  52.       file.
  53.  
  54.   (2) The "To" Address Maker -
  55.       Functioning similiar to the
  56.       "From" Address Maker, this
  57.       option creates the address that
  58.       resides in the center of the
  59.       envelope.
  60.  
  61.   (3) Call An Address Off Disc - This
  62.       option is the only one in TEA
  63.       that takes you to a sub menu:
  64.  
  65.      1) Call the "From" Address -
  66.         Choosing this option will
  67.         allow you to call the From
  68.         address into the buffer, all
  69.         ready to print onto the
  70.         envelope face.
  71.  
  72.      2) Call the "To" Address -
  73.         Just like in Option 1, here
  74.         the data from a To address is
  75.         placed in the computer's
  76.         buffer, ready for printing.
  77.  
  78.      3) Go Back To Main Menu -
  79.         A shortcut option to take you
  80.         back to the main menu.
  81.  
  82.      4) Get Outta Here Altogether -
  83.         This option shortcut takes
  84.         you to the credits screen,
  85.         finally returning you to
  86.         LOADSTAR or dropping you into
  87.         BASIC mode.
  88.  
  89.   (4) Preview Envelope - A handy
  90.       little option that gives you an
  91.       opportunity to examine your
  92.       selections from Option 3 and see
  93.       it in an envelope style setting
  94.       before you go on to print it. A
  95.       YES/NO option appears after the
  96.       visual to give you a chance to
  97.       continue or reload a different
  98.       envelope before going on to
  99.       Option 5.
  100.  
  101.   (5) Print Envelope Face - This
  102.       option takes the information
  103.       chosen in Option 3 and prints
  104.       them onto the face of your
  105.       envelope. Just insert a #10 size
  106.       envelope into your printer and
  107.       press RETURN to begin the
  108.       printing process.
  109.  
  110.       This function is also good for
  111.       making a hardcopy mailing list
  112.       of your current club or business
  113.       clientele on your TEA data disc.
  114.  
  115.   (6) Delete An Address Off Disc -
  116.       With clientele changing almost
  117.       on a monthly basis, this option
  118.       allows you to completely
  119.       eradicate either the From or To
  120.       address entered into the input
  121.       line off your TEA data disc.
  122.  
  123.   (7) The "To" Address Editor - Within
  124.       this option you can change the
  125.       information already saved in a
  126.       To file and then resave that
  127.       file to either the same file
  128.       name for a different one after
  129.       your changes are made.
  130.  
  131.       There are several options
  132.       available within this selection,
  133.       all of which are self
  134.       explanitory on the screen.
  135.  
  136.   (8) Get Outta Here - Like Sub Option
  137.       4 within Option 3, this
  138.       selection will take you to the
  139.       credits screen, then on to
  140.       LOADSTAR or BASIC.
  141.  
  142.     Like most programs, there are a
  143. few little items of interest that, if
  144. known, will make TEA run a little
  145. smoother -
  146.  
  147.     First and foremost, there are few
  148. null strings ("") in the program. This
  149. means that whatever goes on or is
  150. called off the TEA data disc will
  151. remain in the computer's buffer until
  152. something new is inputted or summoned.
  153.  
  154.     I purposely did this for the
  155. fluency of data to be read and printed
  156. onto the envelope.
  157.  
  158.     Secondly, as I'm sure you've
  159. noticed, there is no "From" address
  160. editor. Unless you're a person who
  161. moves a lot, I didn't see the
  162. necessity of having this data edited.
  163. If you ever need to change any of the
  164. information in a "From" address file,
  165. simply delete that file using Option
  166. 6, then re-enter all the data
  167. including any changes, using the
  168. "From" Address Maker using Option 1.
  169.  
  170.     Third, if a FILE NOT FOUND error
  171. message appears, TEA will read the
  172. previous file accessed and display
  173. that information on the screen. To
  174. exit, just press "N" at the prompt and
  175. re-enter the file name.
  176.  
  177.     If TEA repeats the FILE NOT FOUND
  178. message again, press "N", then at the
  179. opening prompt type LIST and check
  180. your directory for the proper spelling
  181. of the file you wish to access.
  182.  
  183.     Fourth, sometimes you may not need
  184. an "Attn:" message in your "To"
  185. address or a "Special Message" in your
  186. "From" address. When it comes to enter
  187. these inputs, you can either press
  188. RETURN in the case of the "Special
  189. Message" or type "Same" in the case of
  190. the "Attn:" line.
  191.  
  192.     Lastly, please note the directory
  193. reader embedded within TEA. At the
  194. beginning of any data input type LIST
  195. and press RETURN. This puts you into
  196. the directory reader, showing you the
  197. contents of drive 8.
  198.  
  199.     Press any key, then RETURN, to
  200. exit the subroutine. A menu similiar
  201. to the main menu will appear so you
  202. can go wherever you wish from there.
  203.  
  204.     When listing the directory please
  205. look for the opening marker of either
  206. "F/" or "T/" indicating the file as a
  207. From or To address. You do not need to
  208. enter either prefix to access your TEA
  209. data files.
  210.  
  211.     "The Envelope Addressor" has saved
  212. me hours of annoying, repetitious work
  213. each month preparing club mailings as
  214. well as a lot of unnecessary
  215. discomfort. As it has helped me, I
  216. pray that it will assist you in your
  217. club or business mailings as well.
  218.  
  219.  
  220.     Thank you for using this program.
  221. If you have any questions, bug
  222. problems, comments, observations, or
  223. suggestions on how to make this
  224. program better or more efficient,
  225. please feel free to let me know by
  226. writing to the following address:
  227.  
  228.     Gabe's Computer Rescue
  229.     Attn: "Pops"
  230.     6025 Corona Avenue - East Room
  231.     Kansas City, Kansas 66102-1339
  232.  
  233. Or email me at:
  234.  
  235.           soocu@hotmail.com
  236.  
  237.  LR
  238.  
  239. [DAVE'S AFTER THOUGHT:] TEA is a great
  240. example of what a fellow can do when
  241. he has an idea and a C-64! The only
  242. editing I had to do was make it work
  243. with any disk drive (a Fender Tucker
  244. LOADSTAR mandate!), add the Return to
  245. LOADSTAR feature, and merge the
  246. opening screen to the main program.
  247.  
  248. The code of the main BASIC program --
  249. ENV.ADDR -- is exceptionally readable
  250. and neatly laid out. This is a place
  251. to look for good programming style --
  252. which is why I did not mess with it or
  253. try to pack the program. And while I
  254. might do things differently, the fact
  255. remains that there is no ONE WAY. TEA
  256. works. That is all that matters.
  257.  
  258. If you are bitten by the code-bug,
  259. look at Lenard's work -- and take a
  260. look at the DotBASIC Tutorial on this
  261. issue.
  262.  
  263. Lenard has shown us that the power is
  264. in our hands. YOU can make your C-64
  265. do your every beck and call, too!
  266.  
  267.  DMM
  268.  
  269.  
  270.