home *** CD-ROM | disk | FTP | other *** search
- REM Echo off
- lineed C:\XBBS\NEWS\TEMPNEWS.TMP -B%1 -T%2 -C0 -L%4 -G%3 -S0 -W%5 -M2
- if EXIST C:\xbbs\news\tempnews.tmp goto GotIt
- goto END
- :GotIt
- MessChek c:\xbbs\news\tempnews.tmp
- if ERRORLEVEL == 1 goto BadNews
- if "%6" == "%7" goto NoLast
- Echo -- %6 %7 >> c:\xbbs\news\tempnews.tmp
- goto LogIt
- :NoLast
- Echo -- %6 >> c:\xbbs\news\tempnews.tmp
- :LogIt
- Log XBBS.LOG Entered news file
- ren c:\xbbs\news\tempnews.tmp %8.nws
- goto END
- :BadNews
- Echo Try releasing your caps lock key, bozo. Ignoring your worthless text... > COM1
- del c:\xbbs\news\tempnews.tmp
- :END
- Exit
-