Skip to content

Instantly share code, notes, and snippets.

@snipsnipsnip
Created January 7, 2015 18:29
Show Gist options
  • Save snipsnipsnip/1aeba0eb719ead2db0db to your computer and use it in GitHub Desktop.
Save snipsnipsnip/1aeba0eb719ead2db0db to your computer and use it in GitHub Desktop.
tell-x86-or-x64.bat
@if "%PROCESSOR_ARCHITECTURE%%PROCESSOR_ARCHITEW6432%" EQU "x86" (
@echo truly x86
) else (
@echo x64
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment