I need to make a program that will let me edit NTFS metadata tags en mass. The new information will be coming either from an SQL database or text file. I need to add text to the summary tags like "Author" "Keywords" ect. I am a Java programmer (since that's the only language I have learned so far) but the Java API does not provide access to these. I thought about using the JNI but it seems pointless when I will have to program part of it in C or C++ anyways. Is there a language that would make this a hell of a lot easier? I can learn quickly.