Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

howto verify dll version via cmd

Status
Not open for further replies.

looka

Technical User
Oct 23, 2001
14
0
0
IT
that's it.. was looking for a cmd way to verify from my pdc the version of a dll on each client..
if anyone knows..
thanx in advance
 
You might want to look at the KiXtart scripting language for this, There is a command to get the file version, for example:
Code:
$RPCVer = GetFileVersion('%windir%\system32\Rpcrt4.dll', 'Productversion')
This was from part of a logon script posted by one of their bulletin board members to help distribute one of the Microsoft patches.
 
thanx, I'll take a look on that..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top