Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UI and scheduled tasks
Message
De
14/06/2006 14:48:36
 
 
À
14/06/2006 13:26:38
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italie
Information générale
Forum:
Windows
Catégorie:
Autre
Divers
Thread ID:
01129090
Message ID:
01129108
Vues:
9
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform