1.

Solve : The DOS "AT" command does not work?

Answer»

I USE XP HomeSP3 with 256M Ram and 1Gig free space on the HDD. I have all MS updates automatically. I use CA antivirus and windows firewall.

The XP Scheduler works perfectly. Start, All Programs, Accessories, System Tools and click Scheduled Tasks. We can also reach Scheduled Tasks through the Control Panel.

But when I attempt to schedule a task with the Dos "AT" command, it appears to WORK and then fails to return any output or error messages. When the batch file runs from the command prompt it works but does not work from the AT command. For example:

C:\>type test06.bat
@echo off
Code: [Select]dir /b | find ".bat" /c >> test07.txt
rem dir /b | find ".bat"C:\>type test07.txt

C:\>dir /b | find ".bat" /c >> test07.txt
C:\>type test07.txt
60
C:\>

C:\>at 12:22pm test06.bat
Added a new JOB with job ID = 1
C:\>at
Status ID Day TIME Command Line
-------------------------------------------------------------------------------
1 Today 12:22 PM test06.bat
C:\>type test07.txt

C:\>time
The current time is: 12:20:37.94
Enter the new time:
C:\>time
The current time is: 12:23:17.73
Enter the new time:
C:\>type test07.txt

C:\>
1. Review these notes

2. Take the steps recommended

3. Report results

http://support.microsoft.com/kb/308558

Dias de VERANO,

The AT command works now.

Quote from: billrich on April 18, 2009, 03:06:17 PM

Dias de verano,

The AT command works now.





Discussion

No Comment Found