Skip to content

Instantly share code, notes, and snippets.

@hymkor
Created May 29, 2017 03:20
Show Gist options
  • Save hymkor/7baff6da63be89c401a07ec9c2ccb038 to your computer and use it in GitHub Desktop.
Save hymkor/7baff6da63be89c401a07ec9c2ccb038 to your computer and use it in GitHub Desktop.
最小の su.cmd
@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