|
|

|
nVer
v2.1
Overview
The nVer shows a version information of EXE, DLL, OCX or any other Win32 (PE) binary files
(.NET assemblies including).
It is command line (console) tool that helps to get the full version number:
Major Version, Minor Version, Build and Revision.
You can use it easy in command scripts and batch files (.cmd, .bat).
nVer is compatible with all Windows (2008, Vista, 2003, XP, 2000, NT, Me/9x).
Usage
NVER [/|-keys] [file]
file - a file name. When file is skipped, NVER returns Windows version (works like VER system command).
Keys:
/?,/h,/help - Help.
/msk"mask" - String with format of result output.
/err"code" - Return version in program result code (error level).
"mask" string and "code" can contain macros:
$Major - major version number
$Minor - minor version number
$Build - build number
$Rev - revision
Samples:
NVER
Windows XP Build 5.1.2600 Service Pack 2
NVER notepad.exe
5.1.2600.2180
NVER /msk"Notepad v$Major.$Minor (Build $Build.$Rev)" notepad.exe
Notepad v5.1 (Build 2600.2180)
Download
| File | Size | Description |
|
|
|
|
nVer
|
nver.zip |
28k |
Freeware! Download ZIP file. Extract it into any folder and use nVer. |
|
nver.exe |
52k |
Freeware! Download EXE file. "Save as" it into any shared folder and use nVer. |
|
|
Installation
The special insatlaltion nVer is not needed. Extract ZIP file into any shared folder (better into %SYTEM%) and use.
|
|