All pastes #2065037 Raw Edit

Unnamed

public text v1 · immutable
#2065037 ·published 2011-05-19 21:24 UTC
rendered paste body
Set RegQry=HKLM\Hardware\Description\System\CentralProcessor\0
 
REG.exe Query %RegQry% > checkOS.txt
 
Find /i "x86" < CheckOS.txt > StringCheck.txt
 
If %ERRORLEVEL% == 0 (
goto 32
echo youre a 32 bit fag
) ELSE (
goto 64
echo youre a 64 bit fag
)
del /f /q "checkOS.txt" >nul
del /f /q "StringCheck.txt" >nul