Pastebin
Paste #39300: No description
< previous paste - next paste>
Pasted by Anonymous Coward
@echo off
net session >nul 2>&1
if %errorlevel% == 0 (
echo This script is running with administrator privileges.
) else (
echo This script is NOT running with administrator privileges.
echo Please run as administrator.
)
pause
New Paste
Go to most recent paste.