icps

notes

Check Os Bit

@echo off
if %PROCESSOR_ARCHITECTURE% == AMD64 echo 64
if %PROCESSOR_ARCHITECTURE% == x86 echo 32
pause