home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- rem Necessary for x-shell to find x-play. (beware of path var. lenght!)
- rem if you get the message : OUT OF ENVIRONMENT SPACE , just add to
- rem your config.sys : shell=c:\command.com /E:1024
- rem --------------------------------------------------------------------
- set zpath=%path%
- set path=c:\music\mmsf\xplay;%path%
- cd \player\menu
- menu.exe
- set path=%zpath%
- set zpath=
- rem --------------------------------------------------------------------
- echo See You in MMSF Vol II.
- rem (Z-MAN & ISPACE)
- cd \
-