June 27, 2013

Released 64bit Checker 1.4. I added three switches /os, /osbit (or /ob), and /cpubit (or /cb). Considering they return errorlevel codes, only one switch can be used at a time.

Errorlevel support

For example, to check operating system bitness from batch file:

64bit-checker.exe -osbit -s

GOTO answer%errorlevel%
:answer2
   ECHO This Windows is 32-bit
   GOTO end
:answer3
   ECHO This Windows is 64-bit
   GOTO end
:end
Switch support can be found in 64bit Checker's help page.

Update Checker

Other new thing is latest version checker which will show up on the bottom of the app window once it detects new version of 64bit Checker.

Download 64bit Checker 1.4