Check Os Bit Jun 14th, 2016 1:34 am @echo off if %PROCESSOR_ARCHITECTURE% == AMD64 echo 64 if %PROCESSOR_ARCHITECTURE% == x86 echo 32 pause