+ 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
    1,300
    Thank Post
    578
    Thanked 107 Times in 75 Posts
    Rep Power
    126

    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
    4,747
    Blog Entries
    6
    Thank Post
    1,015
    Thanked 427 Times in 272 Posts
    Rep Power
    141
    do you want two ways of doing it?

  4. #3

    Rawns's Avatar
    Join Date
    Jun 2009
    Location
    Taunton, Somerset
    Posts
    1,300
    Thank Post
    578
    Thanked 107 Times in 75 Posts
    Rep Power
    126
    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
    37
    Thanked 33 Times in 26 Posts
    Rep Power
    18
    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
    3,797
    Thank Post
    203
    Thanked 568 Times in 441 Posts
    Rep Power
    172

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, 04: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
  •