• 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.

at command on winNT

dweezill

Member
Hello does anybody knows why the at command :

at 10:00 /every: "cmd /c copy c:\a.txt c:\test"

my command work when I execute it in a command
window. when it is 10:00 I have an error...

 
The at command sucks and is unreliable. MS replaced it with 'Scheduled Tasks' which installs when you install IE 5.0. Try that, it is much more reliable.

-GL
 
The only problem with Task Scheduler (correct me if I'm wrong) is that it only runs when someone is logged on. If you schedule a task logged on as Joe Schmoe then log off for the night, it won't run, even if you are logged on as someone else.
 
Back
Top