+ Post New Thread
Results 1 to 5 of 5
Scripts Thread, Find out an exe version? in Coding and Web Development; I'm looking for a way to check an exe for the version number if possible. I take it something like ...
  1. #1

    Rawns's Avatar
    Join Date
    Jun 2009
    Location
    Taunton, Somerset
    Posts
    2,448
    Thank Post
    892
    Thanked 257 Times in 196 Posts
    Rep Power
    286

    Find out an exe version?

    I'm looking for a way to check an exe for the version number if possible. I take it something like this can't be done using batch?

  2. IDG Tech News
  3. #2

    RabbieBurns's Avatar
    Join Date
    Apr 2008
    Location
    Sydney
    Posts
    5,305
    Blog Entries
    6
    Thank Post
    1,250
    Thanked 456 Times in 296 Posts
    Rep Power
    156
    do you want two ways of doing it?

  4. #3

    Rawns's Avatar
    Join Date
    Jun 2009
    Location
    Taunton, Somerset
    Posts
    2,448
    Thank Post
    892
    Thanked 257 Times in 196 Posts
    Rep Power
    286
    Quote Originally Posted by RabbieBurns View Post
    do you want two ways of doing it?
    Just one.

    I posted twice in error!

  5. #4
    altecsole's Avatar
    Join Date
    Jun 2005
    Location
    Morecambe, Lancashire, UK.
    Posts
    281
    Thank Post
    38
    Thanked 36 Times in 26 Posts
    Rep Power
    21
    You can do it in vbscript:

    Code:
    Option Explicit 
    
    Dim objFSO
    
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Wscript.Echo objFSO.GetFileVersion("c:\windows\system32\notepad.exe")

  6. #5


    Join Date
    Dec 2005
    Location
    In the server room, with the lead pipe.
    Posts
    4,246
    Thank Post
    241
    Thanked 675 Times in 529 Posts
    Rep Power
    193

SHARE:
+ Post New Thread

Similar Threads

  1. Annoying csrss.exe final.exe virus
    By AXE in forum Windows
    Replies: 1
    Last Post: 17th August 2010, 07:58 AM
  2. What's in what version of 7?
    By Ric_ in forum Windows 7
    Replies: 0
    Last Post: 13th October 2009, 10:16 AM
  3. New version soon
    By mattx in forum EduGeek Admin Bar
    Replies: 4
    Last Post: 13th May 2008, 02:09 PM
  4. Lsass.exe and Lssas.exe
    By ndavies in forum Network and Classroom Management
    Replies: 5
    Last Post: 30th October 2007, 03:19 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •