AlarmClock.vbs
Tags: Alarm Clock | Party Shuffle
Added On: 7th Jan 08
Links: [site] [download]
AlarmClock.vbs begins playing “Party Shuffle”, or a playlist that you choose.
This script can be added as a scheduled event in windows, so it will wake you up by playing a song.
To add a scheduled event, go to “Start > Control Panel > Scheduled Tasks > Add Scheduled Task” and follow prompts.
Set objApp = CreateObject(”iTunes.Application”)
Set colSources = objApp.Sources
Set objSource = colSources.ItemByName(”Library”)
Set colPlaylists = objSource.Playlists
Set objPlaylist = colPlaylists.ItemByName(”Party Shuffle”)
objPlaylist.PlayFirstTrack



No Comments
Leave a comment