Created
May 29, 2017 03:20
-
-
Save hymkor/7baff6da63be89c401a07ec9c2ccb038 to your computer and use it in GitHub Desktop.
最小の su.cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@setlocal | |
@if not "%1" == "" @set "ARG=/c %*" | |
powershell "(New-Object -Com Shell.Application).ShellExecute('cmd',$Env:ARG,'','runas')" | |
@endlocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment