Board logo

标题: [其他] 求批处工具 ( 检查文件信息的 ) [打印本页]

作者: sylovanas    时间: 2008-11-10 15:53     标题: 求批处工具 ( 检查文件信息的 )

不知有没有像SIGCHECK类可以将文件信息提取的

C:\1>sigcheck c:\windows\system32\cmd.exe
Sigcheck v1.52
Copyright (C) 2004-2008 Mark Russinovich
Sysinternals - www.sysinternals.com
c:\windows\system32\cmd.exe:
       Verified:       Signed
        Signing date:   ??01:54 2008/4/15
       Publisher:      Microsoft Corporation
       Description:    Windows Command Processor
       Product:        Microsoft(R) Windows(R)Operating System
       Version:        5.1.2600.5512
        File version:  5.1.2600.5512 (xpsp.080413-2111)
Sigcheck处理速度太慢想找其他的看有没有可以使用的 ( Publisher就行 )

[ 本帖最后由 sylovanas 于 2008-11-10 15:56 编辑 ]
作者: pusofalse    时间: 2008-11-10 16:39

试下filever.exe?
  1. C:\>filever /v %windir%\system32\cmd.exe
  2. --a-- W32i   APP CHS   5.1.2600.2180 shp    470,528 05-23-2006 cmd.exe
  3.         Language        0x0804 (中文(中国))
  4.         CharSet         0x04b0 Unicode
  5.         OleSelfRegister Disabled
  6.         CompanyName     Microsoft Corporation
  7.         FileDescription Windows Command Processor
  8.         InternalName    cmd
  9.         OriginalFilenam Cmd.Exe
  10.         ProductName     Microsoft(R) Windows(R) Operating System
  11.         ProductVersion  5.1.2600.2180
  12.         FileVersion     5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)
  13.         LegalCopyright  (C) Microsoft Corporation. All rights reserved.
  14.         VS_FIXEDFILEINFO:
  15.         Signature:      feef04bd
  16.         Struc Ver:      00010000
  17.         FileVer:        00050001:0a280884 (5.1:2600.2180)
  18.         ProdVer:        00050001:0a280884 (5.1:2600.2180)
  19.         FlagMask:       0000003f
  20.         Flags:          00000000
  21.         OS:             00040004 NT Win32
  22.         FileType:       00000001 App
  23.         SubType:        00000000
  24.         FileDate:       00000000:00000000
复制代码
http://www.vkill.net/tools/filever_5.1.2600.0.rar
作者: Batcher    时间: 2008-11-10 16:49

不必使用第三方工具
  1. @echo off
  2. wmic datafile where "Name='c:\\windows\\system32\\cmd.exe'" get Manufacturer /value
  3. pause
复制代码

作者: sylovanas    时间: 2008-11-10 17:23     标题: 回复 3楼 的帖子

WMIC不行

原因是Win 2000没有这档,必须另外装支持工具

2楼的档案太完美了,非常感激




欢迎光临 批处理之家 (http://bathome.net./) Powered by Discuz! 7.2