Hi
I want to run
c:\windows\system32\cluster.exe localhost /ver >> c:\test.txt
from a scheduled task (2008), what do I need to put in for the full command?
something like:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
(and add the arguments...)
-command "& {c:\windows\system32\cluster.exe localhost /ver >> c:\test.txt}"
this doesnt work, what should it be?
Thanks
I want to run
c:\windows\system32\cluster.exe localhost /ver >> c:\test.txt
from a scheduled task (2008), what do I need to put in for the full command?
something like:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
(and add the arguments...)
-command "& {c:\windows\system32\cluster.exe localhost /ver >> c:\test.txt}"
this doesnt work, what should it be?
Thanks