home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / snowplayer / snowplayer.exe / scripts / fadequit.script < prev   
Text File  |  2008-07-18  |  310b  |  24 lines

  1. echo "Fades music and quits after 10 seconds"
  2. echo "Good Night!"
  3. delay 10000
  4. echo "Decreasing volume"
  5. volume 90
  6. delay 500
  7. volume 80
  8. delay 500
  9. volume 70
  10. delay 500
  11. volume 60
  12. delay 500
  13. volume 50
  14. delay 500
  15. volume 40
  16. delay 500
  17. volume 30
  18. delay 500
  19. volume 20
  20. delay 500
  21. volume 10
  22. delay 500
  23. quit
  24.