home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / xbbsos2.zip / clean.cmd < prev    next >
OS/2 REXX Batch file  |  1995-01-22  |  222b  |  14 lines

  1. @Echo off
  2. REM
  3. REM My message base maintenance run.  Called by maint.cmd
  4. REM Also builds a new filelist.
  5. REM
  6. Echo Clean.CMD running...
  7. setlocal
  8. e:
  9. cd\xbbs2
  10. XMSG.EXE -AXMSG.CTL
  11. echo 
  12. call flsts.cmd
  13. endlocal
  14.