home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DCTME010.ZIP / MSG.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-19  |  764 b   |  34 lines

  1. @echo off
  2.  
  3. :
  4. :                      DCT Multiple Editor Utility v0.10
  5. :
  6. : Sample batch file to use IceEdit and TurboEdit on your BBS.  Change the
  7. : directory names as needed.  MultEdit.Exe does not have to be in the current
  8. : directory; it will read and create its configuration files in the directory
  9. : that it exists in.  EConfig.Exe must be configured so that editor #1 is
  10. : IceEdit and editor #2 is TurboEdit.
  11. :
  12.  
  13. c:\ra\doors\multedit\multedit.exe
  14. if errorlevel 2 goto turboedit
  15. if errorlevel 1 goto iceedit
  16.  
  17. :iceedit
  18. cd\ra\doors\iedit
  19. iceedit /d:c:\ra
  20. goto end
  21.  
  22. :turboedit
  23. cd\ra\doors\tedit
  24. tedit.exe -pC:\RA
  25. goto end
  26.  
  27. :end
  28. cd\ra
  29.  
  30. :
  31. : If you use an external tagline appending program, it would be executed in
  32. : this section.
  33. :
  34.