home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / snowplayer / snowplayer.exe / scripts / demo.script next >
Text File  |  2008-07-18  |  915b  |  60 lines

  1. echo "This is a demo script to show the power of scripting"
  2. console
  3. // add "N:\Videoclips\Rammstein - Mein Teil.mpg"
  4. echo "Starting playback"
  5. play
  6. echo "Switching EQ window"
  7. eq
  8. echo "Decreasing volume"
  9. volume 90
  10. delay 500
  11. volume 80
  12. delay 500
  13. echo "Switching playlist window"
  14. playlist
  15. delay 2000
  16. volume 70
  17. delay 500
  18. volume 60
  19. delay 500
  20. echo "Switching EQ window"
  21. eq
  22. volume 50
  23. delay 500
  24. volume 40
  25. delay 500
  26. volume 30
  27. delay 500
  28. volume 20
  29. delay 500
  30. volume 10
  31. delay 500
  32. echo "Mute completely"
  33. mute
  34. delay 2000
  35. volume 10
  36. delay 500
  37. volume 20
  38. delay 500
  39. volume 30
  40. delay 500
  41. volume 40
  42. delay 500
  43. volume 60
  44. delay 500
  45. echo "Switching playlist window"
  46. playlist
  47. delay 2000
  48. volume 70
  49. delay 500
  50. volume 80
  51. delay 500
  52. volume 90
  53. echo "Volume restored"
  54. volume 100
  55. delay 500
  56. echo "Restarting playback"
  57. position 0
  58. console
  59. echo "Demo completed. Thank you for choosing Snow Player!"
  60.