D
djc
using batch files is often cleaner and simpler than using VB with WSH. For a
task I am currently doing I need to programatically obtain the file version
of a dll file. In WSH this is done via the file system object's
GetFileVersion() method. This version is only on dll and other executibles.
For example is can be somthing like 1.08.234. Can I get this attribute from
the command prompt? If so my script could be much simpler.
thanks
task I am currently doing I need to programatically obtain the file version
of a dll file. In WSH this is done via the file system object's
GetFileVersion() method. This version is only on dll and other executibles.
For example is can be somthing like 1.08.234. Can I get this attribute from
the command prompt? If so my script could be much simpler.
thanks