- Jul
- 316
- 0
I want to run a Microsoft Security Essentials scan from a batch file.
The command itself is
mpcmdrun -Scan -ScanType 2
and the batch file running it would be
c:
cd \"Program Files\Microsoft Security Client\Antimalware"
mpcmdrun -Scan -ScanType 2
The command itself runs fine, but when I tried to set up a shortcut to open tcc and run the file, it closes.
I obviously am missing a piece somewhere.
What is it I am missing in this process?
Regards,
Chuck Billow
The command itself is
mpcmdrun -Scan -ScanType 2
and the batch file running it would be
c:
cd \"Program Files\Microsoft Security Client\Antimalware"
mpcmdrun -Scan -ScanType 2
The command itself runs fine, but when I tried to set up a shortcut to open tcc and run the file, it closes.
I obviously am missing a piece somewhere.
What is it I am missing in this process?
Regards,
Chuck Billow