- http://www.robotronic.de/elevate.html - elevate.exe - the utility which lets you run program as administrator with straightforward syntax (you use it the same way you would use sudo in Linux/FreeBSD/UNIX)
- http://stackoverflow.com/questions/19606609/how-to-rename-multiple-files-in-bat-file - The only useful thing I've found out through this topic is the command: get-childItem *.* | rename-item -newname { $_.name -replace '89','8' } which allows you to do more flexible renaming in command prompt through the powershell.
0 comments:
Post a Comment