home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist c:\progra~1\Rc-MP3\RcMP3ans.sys call c:\progra~1\Rc-MP3\RcMP3dev.com c:\progra~1\Rc-MP3\RcMP3ans.sys
- if NOT exist c:\progra~1\Rc-MP3\RcMP3ans.sys goto itsNT
- set TheOS=Win95
- echo.
- echo. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- echo. http://execpc.com/MrShannon/ █ RightClick-MP3 v1.51 █
- echo. MrShannon@execpc.com ▀▀▌ * by MrShannon * ▐▀▀
- echo. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- echo.
- echo.
- goto contin
- :itsNT
- set TheOS=WinNT
- echo. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- echo. http://execpc.com/MrShannon/ █ RightClick-MP3 v1.51 █
- echo. MrShannon@execpc.com ▀▀▌ * by MrShannon * ▐▀▀
- echo. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- echo.
- echo.
- :contin
- if %1==b set word=bitrate
- if %1==p set word=priority
- if %2==what goto current
- echo.
- echo.
- echo. Setting %word% variable ...
- set value=%2
- echo set %word%=%value%> C:\Progra~1\Rc-MP3\%word%.bat
- echo. ... %word% now set to %value%.
- goto end
- :current
- echo.
- echo.
- if %1==p goto showmep
- set bitrate=128
- if exist C:\Progra~1\Rc-MP3\bitrate.bat call C:\Progra~1\Rc-MP3\bitrate.bat
- echo.
- echo.
- echo. The current %word% is %bitrate%kbps.
- goto end
- :showmep
- set priority=LOWEST
- if exist C:\Progra~1\Rc-MP3\priority.bat call C:\Progra~1\Rc-MP3\priority.bat
- echo.
- echo.
- echo. The current %word% is %priority%.
- :end
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- if %TheOS%==Win95 echo
- echo. Press any key to close this window
- c:\progra~1\Rc-MP3\getchar.com
- exit