home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / tklx36.zip / TX.BAT < prev   
DOS Batch File  |  1988-02-09  |  327b  |  21 lines

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