A utility script to do stuff like the popular tool of linux "sudo" - doing stuff as a different user, elevating permissions, etc.
An attempt to make a utility script which acts like "sudo" of windows It requires password of the target user rather than the current user
To use it seamlessly just but the bat file in your PATH directory. If you dont know what PATH is then just type 'echo %PATH%' in your cmd.exe to get a list of directories in your PATH environment variable. If you still dont seem to understand what's happening then just put it in your "C:\Windows" folder.
Now you can just do 'sudo' from your cmd shell