REM Sample script found within http://support.microsoft.com/?kbid=891716 REM aka Deployment of Microsoft Windows Malicious Software Removal Tool REM ************************************************** REM In this example, the script is named RunMRT.cmd. REM The Sleep.exe utility is used to delay the execution of the tool when used as a REM startup script. See the "Known issues" section for details. @echo off call \\ServerName\ShareName\Sleep.exe 5 Start /wait \\ServerName\ShareName\Windows-KB890830-V1.20.exe /q copy %windir%\debug\mrt.log \\ServerName\ShareName\Logs\%computername%_%username%_mrt.log