I'm a clerical assistant. When files get exported from our document management system, they arrive like this:
BIGNAME-#9999999-This_Is_The-File_Name_Right_Here.doc
I'd like to basically create an AutoHotKey droplet that chops off the BIGNAME and number, and then converts all the underscores to dashes, creating an end result of:
This Is The File Name Right Here.doc
Unfortunately, I'm still a bit of a newb when it comes to AutoHotKey, and I'm not even sure where to start.
Does anyone know if a script that heavily renames using AutoHotKey already exists, that I might model mine after? Or any other tips towards accomplishing this project?
This small thing would be a huge help in my daily workflow -- so I appreciate any assistance you might offer in getting me to my destination.
(I'm open to non-AHK alternatives if anyone has suggestions.)
Thanks in advance.