Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UI and scheduled tasks
Message
From
14/06/2006 14:48:36
 
 
To
14/06/2006 13:26:38
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italy
General information
Forum:
Windows
Category:
Other
Miscellaneous
Thread ID:
01129090
Message ID:
01129108
Views:
12
>Using Scheduled tasks (but this could be a wrong translation of italian 'Operazioni pianificate' accessed by Start-Accessories-SystemUtilities-Scheduled Tasks?) I'd like to display a message i.e. each Monday at 11:00 am, no matter if a Dos window, a VBScript Msgbox().
>But it seem impossible, the program (bat file) runs, never closes (is listed in TaskManager, programs) and doesn't display any message. Maybe no UI is allowed. This was posssible with W98.
>Is there a way to display a message at a given time with XP Pro?

The following works for me:
* MessageTest.CMD
@ECHO OFF
ECHO Your Message Goes Here
PAUSE
EXIT

* In Scheduled Tasks, RUN field:
CMD /C C:\TestFolder\MessageTest.CMD
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform