CODE: [Copy to clipboard]@echo off if "%PROCESSOR_ARCHITECTURE%%PROCESSOR_ARCHITEW6432%" == "x86" (echo 32位系统) else echo 64位系统 pause>nul