aboutsummaryrefslogtreecommitdiff
path: root/driver-stop.bat
diff options
context:
space:
mode:
Diffstat (limited to 'driver-stop.bat')
-rw-r--r--driver-stop.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver-stop.bat b/driver-stop.bat
index dcae810..32c9bb8 100644
--- a/driver-stop.bat
+++ b/driver-stop.bat
@@ -1,6 +1,15 @@
@echo off
set SCNAME=PastDSE
+net session >nul 2>&1
+if %ERRORLEVEL% EQU 0 (
+ echo You are running this script as admin. Fine!
+) else (
+ echo ERROR: This script requires admin privileges!
+ pause
+ exit /b 1
+)
+
echo ***************************
echo Service Name: %SCNAME%
echo ***************************