# Powershell v3.0 code # Recurses current directory to gather file version information of a boolean property # Returns number of Debug,Patched,PreRelease,Private,Special builds # Creates csv of those properties in current directory # Takes up to three arguments: # [mandatory]$filename (e.g. *.dll),$exportflag (e.g. "0" to output csv;default is off), $filetime (default is now)
Historic blog. No longer active. See Also http://horizontal-logic.blogspot.com for more Powershell code. AS of 2/27/2014 all Scripts are PS 4.0.
Showing posts with label FileVersionInfo. Show all posts
Showing posts with label FileVersionInfo. Show all posts
Saturday, December 10, 2011
FileVersionInfo Part II
Labels:
FileVersionInfo
FileVersionInfo Part I
Retrieving FileVersionInfo in Powershell involves calling [System.Diagnostics.FileVersionInfo]::GetVersionInfo(). "ls ' or 'Get-childitem' has a scriptproperty named "VersionInfo" that can be used for this:
Labels:
FileVersionInfo
Subscribe to:
Posts (Atom)