Re: Get the version info of a .exe



You mean WMI script?

hj

NewScience wrote:
No, but you acn right a Windows Script file or VB Script file and use the
FileObject object to get all the information you want.

"Hitesh Joshi" <hitesh287@xxxxxxxxx> wrote in message
news:1155565006.734924.100180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

In winXp when I right click and go to properties I can get version info
of that .exe (if it has any version info). I am wondering if I can get
this info from command line for that .exe which I could do by right
click ->properties. Is there any command that I can use from DOS? I
tried like "x /?", "x --help" "help x", nothing is working.
The reason I am looking for this is because I have a utility that runs
on many diff PCs and I want to right a small batch file that can get me
the version of that utility.

Thank you,
hj


.



Relevant Pages

  • Get the version info of a .exe
    ... In winXp when I right click and go to properties I can get version info ... of that .exe. ... Is there any command that I can use from DOS? ... on many diff PCs and I want to right a small batch file that can get me ...
    (microsoft.public.windowsxp.general)
  • Re: Get the version info of a .exe
    ... but you acn right a Windows Script file or VB Script file and use the ... In winXp when I right click and go to properties I can get version info ... of that .exe. ... Is there any command that I can use from DOS? ...
    (microsoft.public.windowsxp.general)
  • Re: Simple program not producing output
    ... Pasted the MSDN code into this code file. ... When to a command shell, located the exe. ... public static void PrintValues ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Simple program not producing output
    ... Pasted the MSDN code into this code file. ... When to a command shell, located the exe. ... public static void PrintValues ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Shell Functions and DOS executables
    ... I had to create a .BAT file that actually made the call to the exe, ... Dim wshExec As IWshRuntimeLibrary.wshExec ... I followed the above and the DOS command executes perfectly! ...
    (microsoft.public.vb.general.discussion)