:salut:
En Batch :
@echo off
wmic cpu get addresswidth | find "32" >nul && echo systeme 32 bit || echo systeme 64 bit
pause
En Vbscript :
If Is64Bit = False then
MsgBox "OS 32 bits"...