Results 1 to 3 of 3

Thread: Display exe file version

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2007
    Posts
    360

    Display exe file version

    I have an EXE file on my server, with PHP I would like to display its file version.

    For example
    <?php echo $fileversion; ?>

    I know this can be done but Im not sure how, I did a search and did not find anything.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Display exe file version

    I don't know of any way to do that except to call a Windows API function which will obviously only work if you are using a Windows server.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2007
    Posts
    360

    Re: Display exe file version

    Quote Originally Posted by penagate
    I don't know of any way to do that except to call a Windows API function which will obviously only work if you are using a Windows server.
    My site is on a windows server...

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