@echo off
:========================================================================
:
: This batch file assumes the following:
:      BBS Directory       =   C:\BBS
:      Blue Wave Directory =   C:\BW
:
: It also assumes single node operation thus no special .PRM file in the
: BWMAIL command line (and the main BW dir is the QBBS system Dir)
:=========================================================================

C:
CD\BW
TAG2BW %1 %2 %3 %4 %5 %6 %7 C:\BW C:\BBS
BWMAIL
TAGUDATE C:\BW C:\BBS
C:
CD\BBS

