-checkIs64BitOS
Use this command-line switch to check if the Windows OS is running a 32-bit or a 64-bit version.
eps.rmm.exe -checkIs64BitOS
The RMM SDK Tools will print to stdout the Boolean value 1
if the Windows OS is running a 64-bit version and 0
otherwise.