AT

Permet de planifier une tâche sous DOS

Pour planifier le lancement du script C:\windows\script.bat à 14:30 sur un ordinateur distant :

at \\HOSTNAME 14:30 C:\windows\script.bat

Pour désactiver cette même tâche :

at \\HOSTNAME C:\windows\script.bat /DELETE