home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
TAG3.ZIP
/
TAG1.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-10-27
|
677b
|
24 lines
@echo off
if %1_ == _ goto HELP
if exist TAGLINES.BAK del TAGLINES.BAK
if not exist %1.QWK goto NOFILE
pkunzip %1.QWK messages.DAT
QTAG TAG_0.TMP
del messages.dat
echo You may wish to edit the TAG_0.TMP file before continuing
TAG2
:NOFILE
echo File not found
:HELP
echo QWKTAG rbbs (Note: no extension)
echo PKZIP rbbs.QWK gets MESSAGES.DAT
echo QWK converts MESSAGES.DAT to TXT
echo TAG extracts all the taglines
echo which are then merged with the
echo TAGLINES.MR file. It is then
echo sorted, duplicates removed and
echo the results written out as a new
echo TAGLINES.MR file. The old file
echo is saved as TAGLINES.BAK
:FINIS