home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / mbbs25a4.zip / MACROBBS.BAT < prev    next >
DOS Batch File  |  1993-05-30  |  380b  |  14 lines

  1. : ------------------------------------
  2. :  (C)opyright 1992,93 by Jeff Oberlee
  3. : ------------------------------------
  4. echo off
  5. cls
  6. echo Setting-up MacroBBS...
  7. ren callers\*.MHS *.USR
  8. copy callers\*.DAT callers\data\*.DAT
  9. del callers\*.DAT
  10. copy callers\*.REG callers\regs\*.REG
  11. del callers\*.REG
  12. echo -
  13. echo Done!  Now, type MBCFG to run the MacroBBS config module...
  14.