To know your operating system type if it is 32 or 64 bits using DOS, you can do the following:
Open cmd:
Open cmd:
Start > All Programs > Accessories > command
prompt.
Type the following:
echo %PROCESSOR_ARCHITECTURE%
o
r
echo %ARCH%
References:


Comments
Post a Comment