Posts by viajenao • 41 points
1 post
-
4
votes2
answers170
viewsQ: Computer architecture with bat
You have the following bat code: if %PROCESSOR_ARCHITECTURE%==X86 (echo 32 bits) else echo 64 bits This code takes the architecture of the processor, but I wanted to take the architecture of the…