Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Hey, Scripting Guy! How Can I Find Files’ Metadata?

(image) Hey Scripting Guy! I have a folder of media files, documents, etc., and I would like to see the metadata that is associated with each file. Can I do this with Windows PowerShell?-- EJ(image) (image) Hi EJ, I suspect that you are more interested in "data about data." Various applications store additional descriptive information ...

Hey, Scripting Guy! How Can I Compare Files With the Same Name But Two Different Extensions?

(image) Hey, Scripting Guy! After doing several restores we have folders with files named name.doc AND name.do (without "C"). How can we identify such pairs of files and do something to them based on a comparison?-- TN(image) (image) Hi TN, Scripts like the one we’ll develop in this article are the best tools I know of for dealing with ...