home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / acb153b1.zip / acrobat.zi_ / max.cmd < prev    next >
OS/2 REXX Batch file  |  1997-01-18  |  772b  |  24 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO Acrobat/2 support for MAXFILE.
  4. ECHO.
  5. ECHO Generating a GENERIC.CFG for all conferences...
  6. ECHO Please be patient...
  7. COPY GENERAL.FIL ORIG.MAX
  8. COPY *.FIL ALL.MAX
  9. DEL GENERAL.FIL
  10. REN ALL.MAX GENERAL.FIL
  11. ACROBAT MAXFILE
  12. DEL GENERAL.FIL
  13. REN ORIG.MAX GENERAL.FIL
  14. ECHO.
  15. ECHO Done converting...
  16. ECHO If you have specified same area's in different conferences
  17. ECHO Maxfile/PM will also contain them several times. So if you
  18. ECHO want to get rid of that, use a editor, and remove them
  19. ECHO manually from GENERIC.CFG. In this case you also have to
  20. ECHO renumber the area's starting from 0 to .... And adjust the
  21. ECHO AREACOUNT on top of the file (remember to specify the num-
  22. ECHO ber of area's + 1 because it starts from zero :))
  23. ECHO END
  24.