I want a program that I can say “Watch what I do to this file” (change properties, unblock, etc.) and then be able to say “now do this for all the other files in the directory.” Can’t be too hard to write, can it? 🙂
About Jesse Liberty
** Note ** Jesse is currently looking for a new position. You can learn more about him at https://jesseliberty.bio Thank you.
Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET, is now available wherever you buy your books.
Liberty was a Team Lead and Senior Software Engineer for various corporations, a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a 13 year Microsoft MVP.
Here you go:
http://msdn.microsoft.com/en-us/library/342da5th(VS.80).aspx
EDIT: the above will watch changes to files in a set directory. U will then just need to customise the eventhandler to replicate one change to the others (without obviously entering a repeating loop…)
On phone ATM so can’t check but pretty sure this is already included in .net
FileSystemEventsWatcher or something similar
Why don’t you just do multiple select and then right click, change properties and hit Ok ?
Try autohotkey or autoit
PowerShell is your friend.
This made me laugh out loud — there can not POSSIBLY be enough AI/pattern recognition/omnigeek researchers in the universe working on this problem right now 🙂