@Echo Off
:===========================================================================
: This batch file is used for the sysop to log into the Blue Wave Door
: and reader without having to log onto one of the nodes.. It's important
: to note that if a user attempts to access the door at the same time as
: the sysop from the same node the information within EXITINFO.BBS will be
: possibly corrupted. If you don't have a local only node then I would
: recommended setting up a sysop only TAG menu option to access this batch file
: from one of the regular nodes... Or be very careful <grin>
:
: This batch file assumes:
: Local Node Directory       = C:\BBS3
: Blue Wave NODE3 Directory  = C:\BW\NODE3
: Blue Wave Reader Directory = C:\BWAVE
: Sysop User Number          = 1
:
: Parameters are
:            1 = Port Speed (0 for local operation)
:            2 = Time Left
:            3 = User Number
:            4 = First Name (Or alias first name)
:            5 = Last Name (or alias last name... "." if one word handle)
:            6 = ANSI status (1 = Yes 0 = No)
:            7 = Com Port (0 for local operation)
:            8 = Blue Wave QBBS system Directory
:            9 = TAG node main BBS directory
:
: Change these parameters to fit your system
:
:===========================================================================

C:
CD\BW

TAG2BW 0 30 1 Rick Cooper 1 0 C:\BW\NODE3 C:\BBS3
Copy C:\Bw\Node3\DorInfo3.Def C:\Bw\Node3\DorInfo1.Def
BWMAIL -CNODE3.PRM

CD\BWAVE
BWAVE
CD\BW

BWMAIL -CNODE3.PRM
TAGUDATE C:\BW\NODE3 C:\BBS3

:End
