This is a weird one for me, and the answer is probably so simple I am just over looking it. Trying to incorporate an AV update in a batch for our deployed laptops.
By use the Start --> Run in windows all works well.
C:\Program Files\Microsoft Security Client\msseces.exe /update
When I try to put this in the batch file ...
start "C:\Program Files\Microsoft Security Client\msseces.exe /update"
all i get is a new cmd window with that as the title and no action, any ideas?
Try Start "Title" path etc................... See Start /? at the command prompt.
Hope this helps.
Please come back & tell us if your problem is resolved.
Based on what I found with start /?, here is my working solution to this. START /D"C:\Program Files\Microsoft Security Client\" msseces.exe /update /hide
working great from what I can tell.
Thanks for the assist
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |