CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2003
    Posts
    815

    file version (pls help me!)

    Hello,

    anyone knows of a way to detect a file version
    The file is located on a remote machine, and I'm accessing it threw fpt.

    I don't want to bring the file to the local machine and check it there

    I want to detect the version on the remote machine and get the answer to the local machine

    Thanks in advance
    avi

  2. #2
    Join Date
    Mar 2002
    Location
    Philadelphia
    Posts
    150
    Try SysInternals ListDlls utility.

    Unfortunately it doesn't look like the source code is available.
    Sincerely,
    - Ron

  3. #3
    Join Date
    Mar 2002
    Location
    Philadelphia
    Posts
    150
    Try it and you will see. It lists all of the versions of the exe and dlls for all processes or a specific process.
    Sincerely,
    - Ron

  4. #4
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Originally posted by RNEELY
    Try SysInternals ListDlls utility.

    Unfortunately it doesn't look like the source code is available.
    How is that relevant to file versioning?

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured