About Me

Barking, Essex, United Kingdom
MCITP DBA ,MCITP BI & Oracle OCP 11G

Wednesday, June 29, 2016

Net Start and stop the services

REM ***Start the SQL ****

@Echo off

net stop browser >>c:\fail_log.txt 2>&1

echo stop browser attempted at %date% %time% >> c:\fail_log.txt

net start browser >>c:\fail_log.txt 2>&1

echo start browser attempted at %date% %time% >> c:\fail_log.txt

No comments:

Post a Comment