Emulated sudo command to elevate (Run As Administrator) cmd and or applications via UAC.
Simply download and place sudo.bat
into your system32
folder.
- Simply using
sudo
will create a new elevated cmd window unlike the true UNIX sudo. - Unlimited arguments are supported when lauching an elevated application or script.
sudo notepad worlddom.txt
sudo sndvol
sudo "C:\Program Files\MySQL\MySQL Server\bin\mysql.exe"