Igor,
On Wed, Jan 19, 2005 at 03:19:35PM -0500, Igor Pechtchanski wrote:
> On Wed, 19 Jan 2005, Jason Tishler wrote:
> > On Tue, Jan 18, 2005 at 07:15:09PM -0500, Jaye Speaks wrote:
> > > does anyone know of a shell program to retrieve the property info
> > > from windows files. I need info like
On Wed, 19 Jan 2005, Jason Tishler wrote:
> Jaye,
>
> On Tue, Jan 18, 2005 at 07:15:09PM -0500, Jaye Speaks wrote:
> > does anyone know of a shell program to retrieve the property info from
> > windows files. I need info like the fileversion or prodversion.
>
> No, so I wrote my own:
>
> $ ve
I did something similar in perl.
#!/usr/bin/perl
# Version 1.0
# - It does what it does.
use Digest::MD5 qw(md5_hex);
use Win32::File;
use Win32::File::VersionInfo;
use Win32::FileTime;
$fname = $ARGV[0];
print "\nFile: $fname";
if (! -e $fname) {
print "\n\nI cannot find your file.";
Jaye,
On Tue, Jan 18, 2005 at 07:15:09PM -0500, Jaye Speaks wrote:
> does anyone know of a shell program to retrieve the property info from
> windows files. I need info like the fileversion or prodversion.
No, so I wrote my own:
$ version 'C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.
does anyone know of a shell program to retrieve the property info from windows
files. I need info like the fileversion or prodversion.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.
5 matches
Mail list logo