home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / MP3 / Rc-MP3.box / settings.bat < prev    next >
DOS Batch File  |  1999-01-04  |  2KB  |  60 lines

  1. @echo off
  2. if exist c:\progra~1\Rc-MP3\RcMP3ans.sys call c:\progra~1\Rc-MP3\RcMP3dev.com c:\progra~1\Rc-MP3\RcMP3ans.sys
  3. if NOT exist c:\progra~1\Rc-MP3\RcMP3ans.sys goto itsNT
  4. set TheOS=Win95
  5. echo.
  6. echo.       ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄           ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  7. echo.          http://execpc.com/MrShannon/              █  RightClick-MP3 v1.51  
  8. echo.              MrShannon@execpc.com                  ▀▀▌  * by MrShannon *  ▐▀▀
  9. echo.                                                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10. echo.
  11. echo. 
  12. goto contin
  13. :itsNT
  14. set TheOS=WinNT
  15. echo.       ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄           ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  16. echo.          http://execpc.com/MrShannon/              █  RightClick-MP3 v1.51  █
  17. echo.              MrShannon@execpc.com                  ▀▀▌  * by MrShannon *  ▐▀▀
  18. echo.                                                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  19. echo.
  20. echo.
  21. :contin
  22. if %1==b set word=bitrate
  23. if %1==p set word=priority
  24. if %2==what goto current
  25. echo.
  26. echo.
  27. echo.              Setting %word% variable ...
  28. set value=%2
  29. echo set %word%=%value%> C:\Progra~1\Rc-MP3\%word%.bat
  30. echo.                                       ... %word% now set to %value%.
  31. goto end
  32. :current
  33. echo.
  34. echo.
  35. if %1==p goto showmep
  36. set bitrate=128
  37. if exist C:\Progra~1\Rc-MP3\bitrate.bat call C:\Progra~1\Rc-MP3\bitrate.bat
  38. echo.
  39. echo.
  40. echo.                        The current %word% is %bitrate%kbps.
  41. goto end
  42. :showmep
  43. set priority=LOWEST
  44. if exist C:\Progra~1\Rc-MP3\priority.bat call C:\Progra~1\Rc-MP3\priority.bat
  45. echo.
  46. echo.
  47. echo.                        The current %word% is %priority%.
  48. :end
  49. echo.
  50. echo.
  51. echo.
  52. echo.
  53. echo.
  54. echo.
  55. echo.
  56. echo.
  57. if %TheOS%==Win95 echo 
  58. echo.                       Press any key to close this window
  59. c:\progra~1\Rc-MP3\getchar.com
  60. exit