home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 21 / FG21.BIN / GO.BAT next >
Encoding:
DOS Batch File  |  1995-01-29  |  528 b   |  17 lines

  1. @echo off
  2. cls
  3. rem Necessary for x-shell to find x-play. (beware of path var. lenght!)
  4. rem if you get the message : OUT OF ENVIRONMENT SPACE , just add to
  5. rem your config.sys : shell=c:\command.com /E:1024
  6. rem --------------------------------------------------------------------
  7. set zpath=%path%
  8. set path=c:\music\mmsf\xplay;%path%
  9. cd \player\menu
  10. menu.exe
  11. set path=%zpath%
  12. set zpath=
  13. rem --------------------------------------------------------------------
  14. echo See You in MMSF Vol II.
  15. rem (Z-MAN & ISPACE)
  16. cd \
  17.