home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / CO / CO022.ZIP / TAP.EXE / FRONTEND.SCR < prev    next >
Text File  |  1990-09-19  |  2KB  |  57 lines

  1. E FRONTEND.SCR - Sample Script for use with Alt-N from TAPCIS Main Menu
  2. E                Output is captured to the MAIL.MSG file.
  3. E                Captures WEAther & QUOtes and OLT-90.
  4. E                Make changes for your city name and state and tickers.
  5. E                Also shown in script is how to automate NEW
  6. C N
  7. ; turn capture off
  8. ; lines starting with a semi-colon are ignored.  In this script,
  9. ; they document the previous command
  10. S G CIS^M
  11. ; get a CompuServe top menu
  12. W !
  13. ; wait for a system prompt
  14. C Y
  15. ; turn capture on
  16. S WEA Columbus,OH^M
  17. ; get local weather
  18. W !
  19. ; wait for prompt
  20. S QUO IBM,HRB,DJ 30^M
  21. ; get a quote on H&R Block stock
  22. W !
  23. ; The next 9 lines demonstrate a way to read the entire offering of
  24. ; CompuServe's "What's New".  TAPCIS has a physical limit of 350 lines
  25. ; per mail message, so we've REMmed the WN commands in favor of the
  26. ; ones that follow, which get the daily news from Online Today.  You can
  27. ; reverse it by carefully deleting "; * " in each line where that sequence
  28. ; appears .......
  29. ; * S G NEW^M
  30. ; go to the "What's New" menu
  31. ; * W !
  32. ; * C Y
  33. ; * S ALL^M
  34. ; read everything
  35. ; * W age!
  36. ; wait for "last page!" message
  37. ; * C N
  38. ; ...... and deleting everything from this line down to (but not
  39. ; including)  S ^M below
  40. S G OLT-90^M
  41. ;OLT-90 is the home of Online Today's daily edition ...
  42. W !
  43. S ALL^M
  44. ; ... read it
  45. W Last
  46. W age!
  47. C N
  48. S ^M
  49. ; outta here
  50. W T-90
  51. S ^M
  52. ; See news menu and make exit certain
  53. ; get back to a navigation prompt
  54. W !
  55. ; return control, leaving TAPCIS at a navigation prompt
  56.  
  57.