Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread Jason Tishler
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

Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread DePriest, Jason R.
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.;

Re: looking for shell program to retrieve property info from windows files

2005-01-19 Thread Igor Pechtchanski
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: $ version

looking for shell program to retrieve property info from windows files

2005-01-18 Thread Jaye Speaks
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: