1.

Solve : At command issue?

Answer»

Hi,

can anyone ADVISE me on my small problem please.

I am trying to GET AT to shutdown and OPEN a program daily.
the bat file works great but when I execute it using AT it opens the program but I can not see it in in WINDOWS - there is a process running in task manager.

bat file code:

taskkill /F /IM AMEX_CurrencyParser.exe
ping -n 1 -w 100000 1.1.1.1 >nul  <--- 10 second
start /max C:\Progra~1\TBM\AMEX_CurrencyParser.exe

TIA
Brad Quote

the bat file works great but when I execute it using AT it opens the program but I can not see it in in windows

Without seeing the actual AT command you used, it's hard to tell. Try using the /interactive switch on your AT command.

Note: Jobs pushed to the scheduler with the AT command run as SYSTEM and not under your user name..



Discussion

No Comment Found