@echo off
cls
echo You will lose the connection to %COMPUTERNAME% for approx 1 minute
echo.
echo.
Echo Please re-connect in a moment...
echo.
echo.
pause
cls
net stop client32
net stop spooler
c:
cd\
kill -f winoac.exe
c:\MrC\shutdown.exe /l /r /y /c

