• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can WinXP Task Scheduler do this?

rubix

Golden Member
I want to have a little message pop up on specified dates, like "Taxes due tomorrow" or "Someone's birthday is today". Can XP task scheduler do this?
 
Hmmm, well I'm fairly sure there's a way to script it but I'm honestly not sure what command it would be. It'd basically be using the winpopup facilities that pop error messages and messages from other PCs. Why not just use Outlook and use its scheduler?
 
Yes. You just need to schedule "something" to display the message. It could be a "net send", notepad, scripted popup, web page etc.
 
A very simple VBS script that has a single msgbox that says your message should be sufficient. You'll need the Task Scheduler service running at the time, though.
 
Back
Top