How is one to know that cmd.exe is a stand alone program & not the actual installer for the "cmd & conquer" game?
How is one to know that officesetup.exe is the installer that installs office & not a stand alone program that displays a picture of my office setup?
You could use a unix-like 'file' command, & something like that could be used to do something like:
E:\Windows\System32>file cmd.exe
cmd.exe; PE32 executable for MS Windows (console) Intel 80386 32-bit
or
C:\out>file seamonkey.exe
seamonkey.exe; PE32 executable for MS Windows (GUI) Intel 80386 32-bit
The former is a stand-alone .exe.
The latter is the seamonkey program installer - though you would not know it based upon its' name.
Or, Sigcheck.
With Everything 1.5 alpha, you may be able to... not sure what particularly, but parse or obtain certain information or Properties of said files & then output that data in some formatted fashion.
(No need for duplicate posts. Zapping the other.)
How is one to know that officesetup.exe is the installer that installs office & not a stand alone program that displays a picture of my office setup?
You could use a unix-like 'file' command, & something like that could be used to do something like:
E:\Windows\System32>file cmd.exe
cmd.exe; PE32 executable for MS Windows (console) Intel 80386 32-bit
or
C:\out>file seamonkey.exe
seamonkey.exe; PE32 executable for MS Windows (GUI) Intel 80386 32-bit
The former is a stand-alone .exe.
The latter is the seamonkey program installer - though you would not know it based upon its' name.
Or, Sigcheck.
Code:
c:\out\seamonkey.exe: Verified: Unsigned Link date: 05:18 PM 08/30/2018 Publisher: n/a Company: SeaMonkey e.V. Description: SeaMonkey Product: SeaMonkey Prod version: 18.05 File version: 18.05 MachineType: 32-bit
Code:
C:\>SIGCHECK E:/windows/system32/cmd*.EXEe:\windows\system32\cmd.exe: Verified: Signed Signing date: 04:31 AM 04/25/2016 Publisher: Microsoft Windows Company: Microsoft Corporation Description: Windows Command Processor Product: Microsoft« Windows« Operating System Prod version: 6.1.7601.23403 File version: 6.1.7601.23403 (win7sp1_ldr.160325-0600) MachineType: 64-bite:\windows\system32\cmdkey.exe: Verified: Signed Signing date: 10:17 PM 07/13/2009 Publisher: Microsoft Windows Company: Microsoft Corporation Description: Credential Manager Command Line Utility Product: Microsoft« Windows« Operating System Prod version: 6.1.7600.16385 File version: 6.1.7600.16385 (win7_rtm.090713-1255) MachineType: 64-bite:\windows\system32\cmdl32.exe: Verified: Signed Signing date: 04:34 AM 04/25/2016 Publisher: Microsoft Windows Company: Microsoft Corporation Description: Microsoft Connection Manager Auto-Download Product: Microsoft(R) Connection Manager Prod version: 7.02.7601.23403 File version: 7.02.7601.23403 (win7sp1_ldr.160325-0600) MachineType: 64-bit
(No need for duplicate posts. Zapping the other.)
Statistics: Posted by therube — Thu Dec 05, 2024 5:54 pm