Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Job run without login
Message
De
10/04/2006 19:48:44
 
Information générale
Forum:
Windows
Catégorie:
Accès à distance
Divers
Thread ID:
01112143
Message ID:
01112234
Vues:
20
>Folks,
>
>Three servers located out and about which I have administrator rights to need a 1/2 hour data audit batch job to be run nightly weekdays.
>
>I want those jobs to run without anyone logged on (necessarily).
>
>Can the scheduler on a server start a job if no one is logged on? If so, How?

The Windows Task Scheduler can do what you want. No-one needs be logged on at the server console; the Task Manager can start a job "as" a specified user (you enter the user name and password when you define the scheduled job). It's pretty straightforward to use.

If you're running a .BAT or .CMD file you may need to define the executable as something like this:
CMD.EXE /C MyBatchJob.CMD
* rather than just MyBatchJob.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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform