home *** CD-ROM | disk | FTP | other *** search
- * FLEXPAC Configuration File
- *
- * initialization procedure - automatically started when FLEXPAC begins
- *
- :init
- *
- * NOTE: the following 3 commands (or your TNC's equivalents) are MANDATORY.
- * Do not remove; just change to suit your system
- @cmd
- ECHO OFF
- COMMAND $03
- HEADERLN OFF
- *
- * NOTE: the following 1 command (or your TNC's equivalents) is important, but
- * if your TNC does not support it, don't worry!
- BBSMSGS ON
- *
- @mycall <yourcall>
- @myname Tom
- * the next command passes control to the 'K5NA' procedure to log on to
- * the PacketCluster
- @do k5na
- : end of INIT procedure ****************************************
- *
- * Connect to PacketCluster - called by INIT
- *
- :k5na
- @clustercall K5NA
- @cmd
- connect K5NA
- @wait <yourcall> de K5NA
- * define F keys for use with K5NA
- @def f1 show/con k5na
- @def f2 conference
- @def f3 dir
- @def f4 dir/own
- @def f5 @do ishere
- @def f6 @do isnohere
- @def f9 @do exk5na
- @at 23:25 @do exk5na
- @keys K5NA: F1=Users F2=Confer F3=Dir F4=Dir/Own F5=Here F6=Nohere F9=Exit
- @dx off screen
- @tm on
- set/here
- : end of K5NA ***************************************
- *
- * some small procedures called by the K5NA F keys, to set here or nothere
- *
- :ishere
- set/here
- @tm on
- : end of ISHERE
- :isnohere
- set/nohere
- @tm off
- : end of ISNOHERE
- *
- * Base PF Keys - used when not in session with K5NA
- *
- :basekeys
- @clustercall none
- @def f1 @do K5NA
- @def f2 connect wb2coy via clv
- @def f9 @do shutdown
- @keys F1=K5NA F2=COYBBS F9=Shutdown
- : end of BASEKEYS procedure *************************************
- *
- * exit from K5NA and restore default environment
- :exk5na
- b
- @wait 73 de K5NA
- @wait *** DISCONNECT
- @do basekeys
- : end EXK5NA *********************************************
- *
- * terminate the run
- *
- :shutdown
- @cmd
- * NOTE: the following command (or your TNC's equivalents) are MANDATORY.
- * Do not remove; just change to suit your system
- BBSMSGS OFF
- *
- @exit
- : end of SHUTDOWN
- *
- * 73 message - when logged on to PacketCluster and in TALK to someone,
- * doing @do 73 will send this big block 73 to him/her
- *
- :73
- 7777777 3333333
- 77 33
- 77 33
- 77 33 From Tom, West Hurley, NY
- 77 33
- 77 33
- 77 33333
- : end 73
- *
- * Sample TNC parameters for PacComm Tiny-2
- *
- :setup
- 3RDPARTY OFF
- 8BITCONV ON
- AMONTH ON
- AUTOLF ON
- AWLEN 8
- AX25L2V2 ON
- AXDELAY 0
- AXHANG 0
- BBSMSGS ON
- BEACON EVERY 0
- BKONDEL ON
- BTEXT
- BUDLIST OFF
- CALSET 0
- CANLINE 0
- CANPAC 0
- CBELL ON
- CHECK 30
- CLKADJ 0
- CMDTIME 1
- CMSG ON
- CMSGDISC OFF
- COMMAND $03
- CONMODE CONVERSE
- CONOK ON
- CONSTAMP ON
- CPACTIME OFF
- CR ON
- CTEXT
- CWID EVERY 0
- CWLEN 6
- CWIDTEXT
- DAYUSA ON
- DELETE OFF
- DIGIPEAT ON
- DWAIT 16
- ECHO OFF
- ESCAPE OFF
- FLOW ON
- FRACK 2
- FULLDUP OFF
- HEADERLN OFF
- HEALLED OFF
- HID OFF
- LCALLS
- LCOK ON
- LCSTREAM ON
- LFADD OFF
- LFIGNORE OFF
- MALL ON
- MAXFRAME 4
- MCOM ON
- MCON ON
- MFILTER $00
- MONITOR OFF
- MRPT ON
- MSTAMP OFF
- MYALIAS
- MYCALL <yourcall>
- MYPCALL <yourcall>-15
- NEWMODE ON
- NOMODE OFF
- NUCR OFF
- NULF OFF
- NULLS 0
- PACLEN 128
- PACTIME AFTER 10
- PARITY 0
- PASS $16
- PASSALL OFF
- PERSIST 200
- PMS OFF
- PIDCHECK OFF
- PPERSIST OFF
- REDISPLA 0
- RESPTIME 5
- RETRY 15
- RXBLOCK OFF
- SCREENLN 0
- SENDPAC $0D
- SLOTTIME 1
- START 0
- STATUS $00
- STOP 0
- STREAMCA OFF
- STREAMDB OFF
- STREAMSW $7C
- TRACE OFF
- TRFLOW OFF
- TRIES 0
- TXDELAY 15
- TXFLOW OFF
- TXUIFRAM ON
- UNPROTO CQ
- USERS 1
- XFLOW OFF
- XMITOK ON
- XOFF 0
- XON 0
- : end of SETUP