AT command not producinigcommand prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to launch a command prompt as the system account and I am under the
impression that scheduling it via the AT command will produce just that. So I
go Start---Run---CMD

I get my command prompt and type--- AT XX:XX/interactive cmd <enter>
I get a scheduled job id and can watch the scheduled tasks and task manager
to verify that it runs, which it does but the problem is I get no command
prompt. The scheduled tasks tell me it is running and I see the cmd.exe in
the task manager but nothing appears.

Please help as I need to be able to run this to fix a crystal reports issue
that is preventing my visual basic from being able to access the system
registry, therefore preventing me from creating my excel based SQL DB
solution.

Any and all advise is greatly appreciated!!!

Thanks!
 
You need a space between the time and the /

AT XX:XX /interactive cmd <enter>

Regards
Mark Dormer
 
well doesn't that just beat all...

you like apples? how do you like them apples? It worked!

Thank you very much.
 
Back
Top