home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b323 / 1.img / NEWMUQP.PAK / NEWMU.BAT next >
Encoding:
DOS Batch File  |  1992-02-12  |  521 b   |  21 lines

  1. echo off
  2. if %1.==. goto help
  3. if %2.==. goto help
  4. if %2.==%1. goto same
  5. if exist xlatmu.$$$ del xlatmu.$$$
  6. if not exist quattro.mu goto needq
  7. newmuqp %1.mu xlatmu.$$$
  8. if not exist xlatmu.$$$ goto fini
  9. newmuqp quattro.mu xlatmu.$$$ %2.mu
  10. if exist xlatmu.$$$ del xlatmu.$$$
  11. goto fini
  12. :needq
  13. echo ERROR: QUATTRO.MU not found in current directory
  14. goto fini
  15. :same
  16. echo ERROR: Use a different name for the new menu
  17. :help
  18. echo newmu (oldmenu) (newmenu)
  19. echo Ex:  newmu c:\qpro1\oldmenu c:\qpro2\newmenu
  20. :fini
  21.