@echo off
cls
echo.
echo Your remote connection to %COMPUTERNAME% will now disconnect !
echo.
echo Please wait a few seconds and then re-connect to this host...
echo.
echo Note: Any open database connections will NOT be closed
echo.
echo.
sleep 10

net stop client32

net stop spooler
net start spooler

net start client32


