home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR36
/
FLEXPAC4.ZIP
/
SAMPLE.CTL
< prev
next >
Wrap
Text File
|
1993-12-12
|
5KB
|
114 lines
***************************************************************************
* *
* FlexPac Configuration File *
* ========================== *
* *
* This file is read by FlexPac every time you invoke a FlexPac script. *
* If you start FlexPac in normal mode, it automatically runs the 'INIT' *
* script which starts below. *
* *
* Feel free to modify or add any scripts you choose - this is YOUR file *
* to own or manage. *
* *
***************************************************************************
*
***************************************************************************
* 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
HEADERLI 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 Cxxx
@myname Nxxx
* the next command runs the 'Lxxx' script to log on to your PacketCluster node
Rxxx@do Lxxx
: end of INIT procedure ***************************************************
*
***************************************************************************
* Connect to PacketCluster *
***************************************************************************
:Lxxx
@ca off
@clustercall Lxxx
@cmd
connect Lxxx
@wait Cxxx de Lxxx
@ca on
* define F keys for use with Lxxx
@def f1 show/con Lxxx
@def f2 conference
@def f3 dir/new
@def f4 dir/own
@def f5 @do ishere
@def f6 @do isnohere
@def f8 @log
@def f9 @do exLxxx
@def f10 @menu
@keys Lxxx: F1=Who F3=Mail F4=MyMail F5=Here F6=NoHere F8=Log F9=Exit F10=Menu
* set DX spots for separate window, not main screen
@dx off screen
@dx on window
@tm on
set/here
@cls
@say Welcome To ...
@say
@say FFFFFFFF LL EEEEEEEE XX XX PPPPPP AA CCCCC
@say FF LL EE XX XX PP PP AAAA CC CC
@say FF LL EE XX XX PP PP AA AA CC
@say FFFF LL EEEE XXX PPPPPP AA AA CC
@say FF LL EE XX XX PP AAAAAAAA CC
@say FF LL EE XX XX PP AA AA CC CC
@say FF LLLLLLll EEEEEEEE XX XX PP AA AA CCCCC
: end of LLLL ************************************************************
*
***************************************************************************
* Some small scripts to control HERE and NOT HERE status *
***************************************************************************
:ishere
set/here
@tm on
: end of ISHERE
:isnohere
set/nohere
@tm off
: end of ISNOHERE
*
***************************************************************************
* F Key setup when not logged on to PacketCluster *
***************************************************************************
:basekeys
@clustercall none
@def f1 @do Lxxx
@def f2 connect wb2coy via clv
@def f9 @do shutdown
@def f10 @menu
@keys F1=Lxxx F2=COYBBS F9=Shutdown F10=Menu
: end of BASEKEYS procedure *************************************
*
***************************************************************************
* Log off the PacketCluster *
***************************************************************************
:exLxxx
b
@wait 73 de Lxxx
@wait *** DISCONNECT
@do basekeys
: end EXLxxx *********************************************
*
***************************************************************************
* Clean shutdown of the TNC and end FlexPac *
***************************************************************************
:shutdown
@cmd
@exit
: end of SHUTDOWN