Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VBScript (Windows Scripting Host から起動) のみを使用して、kernel32.dll から DLL メタデータを取得できますか? 具体的には、DLL ヘッダーで指定されているバージョン情報とアーキテクチャを探しています。これは依存関係なしで実行できますか?
バージョンだけを探している場合は、FileSystemObject.
FileSystemObject
FileVersion 以外の情報を探している場合は、事前に作成されたコードがここにあります。