Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ALWAYS on SCHTASKS ....

Status
Not open for further replies.

2009luca

Programmer
Jul 27, 2013
222
IT
i run via cmd this line for txt output in a dir:

SCHTASKS /QUERY /FO TABLE > C:\DATABASE\LISTA_TABLE.txt

but this pritnt in the txt file all task!

possible to set only a task named TEST_TSK

my test:

SCHTASKS /QUERY /TN TEST_TSK /FO TABLE > C:\DATABASE\LISTA_TABLE.txt

But not have result...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top