Month: November 2014

  • Supporting my bulk rename with PowerShell (2)

    So the script got to be more sophisticated and can now create folders if they don’t exist. What pleases me about PS is that it has a full range of file handling functions built right into it and doesn’t require extensions to do this kind of thing I am doing with it. The bulk rename…

  • Supporting my bulk photo rename with Powershell

    As I wrote in my last post PowerShell is a very powerful scripting language that can do a lot of stuff in a Windows environment. I spent a bit of time hacking this script together to support my bulk photo rename. Briefly put the steps in the bulk photo rename were: extract the photos from…