home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_door
/
echo311.arj
/
MAINT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-15
|
627b
|
22 lines
rem
rem -- This file is a sample file which can be used to purge and renumber
rem your message areas using the three step method. This file uses RASMAM
rem and the files PURGE.MAM and RENUM.MAM which are generated for you by
rem ECHOUTIL /RASMAM.
rem
rem -- Use this system only if you cannot get EDorPurg to run or you run
rem multiple systems on the message base.
rem
RASMAM Purge.Mam
rem
rem -- Now Let EchoUtil set the last read pointers for all the users
rem
EchoUtil /M
rem
rem -- Finally, let's renumber and relink the message areas
rem
RASMAM ReNum.Mam
rem
rem -- That's all folks
rem