Can MP3 files be used as a login/startup items?

Joined
Dec 31, 2012
Messages
8
Reaction score
0
To your side note:

1. Create an applescript to run hidden at startup. You can basically make it do anything, but something like:

Code:
try
set volume output volume 100
open location "http://www.youtube.com/embed/EIyixC9NsLI?loop=1 &autoplay=1"
delay 30
open location "http://www.youtube.com/embed/EIyixC9NsLI?loop=1 &autoplay=1"
end try

This will set the volume to MAX, then open a browser with the "Badger Badger " song. Then 30 seconds later, it will open it again, just to piss someone off. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top