Pastebin

Paste #39300: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

@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


Do not write anything in this field if you're a human.

Go to most recent paste.