R
Robert
I'm trying to create a batch file (new at this) to run a Norton
Antivirus system scan and then shutdown the computer. The problem I have
is at the end of the scan, Norton pops up a box saying the scan is
complete and wants me to click on the "Finish" button. This window is
preventing the batch file from continuing. I don't want to use a timeout
command as the scans are sometimes different lengths of time.
Here is the batch file code:
C:\PROGRA~1\NORTON~2\Navw32.exe /TASK:"C:\Documents and Settings\All
Users\Application Data\Symantec\Norton AntiVirus\Tasks\mycomp.sca"
C:\Windows\System32\shutdown.exe -s
What can I do to get around this.
Antivirus system scan and then shutdown the computer. The problem I have
is at the end of the scan, Norton pops up a box saying the scan is
complete and wants me to click on the "Finish" button. This window is
preventing the batch file from continuing. I don't want to use a timeout
command as the scans are sometimes different lengths of time.
Here is the batch file code:
C:\PROGRA~1\NORTON~2\Navw32.exe /TASK:"C:\Documents and Settings\All
Users\Application Data\Symantec\Norton AntiVirus\Tasks\mycomp.sca"
C:\Windows\System32\shutdown.exe -s
What can I do to get around this.