RE: File version info

2002-12-21 Thread Gary Hawkins
> So why won't a multi-line match work with Unicode? This from perldoc perlunicode probably applies: WARNING: As of the 5.6.1 release, the implementation of Unicode support in Perl is incomplete, and continues to be highly experimental. Tried installing 5.8 but it did not go wel

RE: File version info

2002-12-08 Thread Wagner, David --- Senior Programmer Analyst --- WGO
ok at. Wags ;) -Original Message- From: Gary Hawkins [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 13:48 To: 'Wagner, David --- Senior Programmer Analyst --- WGO'; [EMAIL PROTECTED] Subject: RE: File version info Hope this is what you were asking for: Before the p

RE: File version info

2002-12-08 Thread Gary Hawkins
ber 08, 2002 8:00 AM > To: 'Gary Hawkins'; [EMAIL PROTECTED] > Subject: RE: File version info > > What is passing through to the screen is the actual binary/hex data. > That is why the screeen has the little characters and the linefeeds. > > Can you prov

RE: File version info

2002-12-08 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 02:55 To: [EMAIL PROTECTED] Subject: File version info This is an effort to write filever.exe in Perl. Filever extracts file version information and is available in the later Windows resource kits I think, or maybe as early as NT4. In

File version info

2002-12-08 Thread Gary Hawkins
This is an effort to write filever.exe in Perl. Filever extracts file version information and is available in the later Windows resource kits I think, or maybe as early as NT4. In verbose mode it prints info like this: D:\>filever.exe /v c:\windows\system32\kernel32.dll --a-- W32i DLL ENU

File version info - vs_version_info

2002-11-06 Thread Gary Hawkins
Hello everybody, The script below uses three Windows API's in version.dll to obtain file version information. I have been testing with this command line: GetFileVersionInfo.pl c:\windows\twunk_32.exe The basic file information works fine, but there is also a subblock that has me at the end of m