@ECHO OFF

AT > NUL

IF %ERRORLEVEL% EQU 0 (

  ECHO Administrator mode

) ELSE (

  ECHO User mode

)

Pause


+ Recent posts