home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / mx136.zip / MX.BAT < prev    next >
DOS Batch File  |  1986-07-01  |  522b  |  24 lines

  1. echo off
  2. cls
  3. cd\MANAGEX {here, substitute the name of the subdirectory containing MANAGEX}
  4. cls
  5. if exist chncnfrm.fyl erase chncnfrm.fyl
  6. :MANAGEX
  7. if exist end.fyl goto RETURN
  8. if exist zeno.dat if exist zeno.com zeno
  9. managex
  10. if not exist util.bat goto RETURN
  11. echo off
  12. cls
  13. util
  14. goto MANAGEX
  15. :RETURN
  16. echo off
  17. if exist util.bat erase util.bat
  18. cls
  19. if exist end.fyl erase end.fyl
  20. if exist zeno.dat if exist zeno.com zeno/K
  21. cls
  22. cd\ROOT {here, substitute the name of the subdirectory containing MX.BAT}
  23. cls
  24.