home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / am_radio / comlink350 / Manual / Script_Man / Example / ScriptHelp < prev   
Encoding:
Text File  |  1991-12-15  |  1.9 KB  |  45 lines

  1. Example script "Help" notes
  2. ---------------------------
  3.  
  4. These instructions have kindly been created by Brett (G4NZK @ GB7TIC) to
  5. help you modify the example script "BBS_Script" in this directory. Drag the
  6. file to !Edit
  7.  
  8. Instructions for setting up a comlink script to: 
  9.  
  10. Log on to your local BBS, 
  11. send any outgoing mail, 
  12. save a list of messages since you last logged on,
  13. read any messages of interest you previously marked,
  14. kill any messages you have previously marked,
  15. read any messages on topics you are interested in,
  16. log you off the BBS.
  17.  
  18. Load the file BBS_Script into !Edit by dragging it to the !Edit icon.
  19. (Note that Function key F5 in !Edit will allow the caret to be placed on any
  20. particular line.)
  21.  
  22. Alter the following lines....
  23.  
  24. Line 1...... Insert your BBS. eg GB7TIC
  25. Line 4...... Insert your call and bbs
  26. Line 13-15.. You will need to find out what the prompt is from your bbs and insert
  27.              it here. I have included 3 examples here. To use one you must remove
  28.              the rem part of the line. Note that [13] indicates a carriage return
  29.              and the |3 indicates that the prompt is made up of 3 characters
  30.              including the CR. You can use # as a wildcard if your bbs does not
  31.              always send the same prompt. eg GB7SUT - 1/A> or GB7SUT - 3/C>.
  32. Lines 18-21. Delete these lines if you not using a node to connect to your BBS
  33. Line 19..... Insert the call of your node
  34. Line 23..... This is the response of your node or tnc if the bbs is busy. Other
  35.              responses will probably be Busy or Sorry
  36. Line 25..... This is the call of your BBS
  37. Line 26..... This is the response of your BBS, when you have connected. It will
  38.              probably be your BBS prompt as in Line 13
  39. Line 35..... In this line are the topics you are interested in reading from your
  40.              BBS
  41.  
  42. Now save this file under a suitable name. eg the call of your BBS
  43. and try running it............
  44.                    
  45.