' **************************************************************************** ' Description: Tutorial 8, Send/Receive Session. Setup up one BBS, TNC, and ' the retrieve options, and kicks off Outpost ' NOTE!!! The TNCs and BBSs assigned to the TNC and BBS variables ' must be previously set up in Outpost from the ' Setup > TNC and Setup > BBS forms. ' Author: Jim KN6PE ' Revision: 10/09/08: Original ' **************************************************************************** SCRIPT BEGIN BBS = "kn6pe-1" ' BBS must previously be set up in Outpost TNC = "GARAGE-TNC" ' TNC must previously be set up in Outpost MYCALL = "KN6PE" ' check for my messages RETRIEVE = "pb" ' retrieve Private and Bulletins SENDRECEIVE ' The following is expanded beyond the Tuturial 8. Just update the RETRIEVE ' and FILTER parameters; everything else -- BBS, TNC, MYCALL -- remains the same ' These parameters are set until they are changed by you. RETRIEVE = "pnf" ' change the retrieve options for NTS and Filtered FILTER = "ARES, RACES" ' use these filter options SENDRECEIVE ' and do it again. END