home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 4 / mmnow_4.zip / mmnow_4 / GO.BAT next >
DOS Batch File  |  1994-06-09  |  179b  |  15 lines

  1. @echo off
  2. cls
  3. cd \
  4. if exist \mmn4.id goto ok
  5. echo Error! Change to the CD-Rom drive before typing GO
  6. goto exit
  7. :ok
  8. cls
  9. cd \mmn
  10. aaplay script
  11. dosmenu
  12. cls
  13. echo[
  14. :exit
  15.