Answers for "run program as administrator in cmd"

1

how to run cmd run administrator using script

@echo off
break off
title C:Windowssystem32cmd.exe
cls

:cmd
set /p cmd=C:Enter Command:

%cmd%
echo.
goto cmd
Posted by: Guest on October-16-2020

Code answers related to "run program as administrator in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language