G
Guest
1)Is it possible to write a script or batch file to the below
Begin
Stop the SampleWindows Service.
If SampleWindows service doesn’t stop gracefully,
kill the SOME.exe say Outlook.exe process/process tree and
kill the SampleWindows.exe process
and then
Start the SampleWindows service.
END.
2) is there a way to capture the return code of NET STOP/START command? in a
batch / script code?
thanks a lot in advance.
Begin
Stop the SampleWindows Service.
If SampleWindows service doesn’t stop gracefully,
kill the SOME.exe say Outlook.exe process/process tree and
kill the SampleWindows.exe process
and then
Start the SampleWindows service.
END.
2) is there a way to capture the return code of NET STOP/START command? in a
batch / script code?
thanks a lot in advance.