Quick question: alarm

nonconformist

Miserable
Joined
Jun 11, 2003
Messages
18,740
Location
Canterbury
Is there any way of setting an alarm or text warnng to popup at a pre-set time? There is a programme I want to watch I have consistantly been missing. :(
 
I don't think there is such a program in Windows, but I could easily make a program for you that does that.:) Just tell me if you can't find any program...
 
If I can use a computer as a calculator, then I've always felt that I should be able to use it as an alarm clock...
 
Ok thanks, but it's too late (I didn't miss the programme :yeah: )
Could a mod close this, please?
 
There's no need for applications for such simple tasks. Use scripting host instead. Make a text file, rename it alarm.js and put this code in it...

Code:
WScript.sleep(1200000);
WScript.Echo("Hello World!");

It sleeps for 1200000 miliseconds (20 minutes) and then prompts "Hello World!". Double click the file to start the sleep.

Change the values to suit. I'll try to find how to add sound.

Edit: Uh, misread the original post but it doesn't matter.. :blush:
 
Hm, there was one program I reember that could be set as an alarm and be put to a radio station, and would turn on at a specific time, it was rather cool. Don't remember the name anymore though.
 
Back
Top Bottom