@ECHO OFF REM - Redémarage service 3Shape Dongle Service ECHO Redemarage du service 3Shape Dongle ... ECHO ====================================================== NET STOP "3Shape Dongle Service" NET START "3Shape Dongle Service" ECHO ====================================================== ECHO 3Shape Dongle Service re-demarrer PING -n 5 127.0.0.1>NUL 2>NUL