Bonjour, je souhaiterais savoir le code pour: que si c'est un x86 alors ... sinon si c'est un x64 alors ....

Mon code que je souhaiterais avoir:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
SI X86 ALORS =
START /wait %SystemRoot%\System32\regsvr32.exe /S %USERPROFILE%\Documents\Tweakers\OldNewExplorer\OldNewExplorer32.dll

SINON = 
START /wait %SystemRoot%\System32\regsvr32.exe /S %USERPROFILE%\Documents\Tweakers\OldNewExplorer\OldNewExplorer64.dll
Merci d'avance.