I am trying to create a SFX file for updating SEPM.
The batch file is
cd\
cd Program Files\Symantec\Symantec Endpoint Protection
smc -stop -p *********
cd\
C:\>xcopy %temp% "C:\Program Files\Symantec\Symantec Endpoint Protection" /h /r /y
cd\
cd Program Files\Symantec\Symantec Endpoint Protection
smc -start
But I want to wait 30 seconds before starting the service (smc -start).
Please help.