kaizir Posted November 19, 2016 Posted November 19, 2016 Hello everyone. I just created an account to seek help to create a bot that plays a specific sound at 3 specified timings in a day. So basically I want the bot to do the following: - Automatically run script when computer opens. - Play sound on: 5am, 12pm, 5 pm everyday. - Does not lag my computer/use too much checking. Is this possible? If so, can you please help me out? Thank you, Abdul.
Bert Posted November 19, 2016 Posted November 19, 2016 ummm...simple - just use the task scheduler that is built into windows for the time thing, use the startup folder to run the script when you log on and it doesn't use resources. The Vollatran project My blog: http://www.vollysinterestingshit.com/
kaizir Posted November 19, 2016 Author Posted November 19, 2016 Alright, my script is as follows: SoundSetWaveVolume(100) SoundPlay((path)"\Sound.mp3", 1) Upon activating the script it runs smoothly, it plays the sound and closes when it's over. I tried using the Task Scheduler but it wouldnt run the script after setting the time (trigger) and the action for some reason. Help me out with the Task Scheduler, thank you.
kaizir Posted November 19, 2016 Author Posted November 19, 2016 Alright, I got it to work by Compiling my script into an .exe file. Thanks a lot
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now