Little more google brought one more file for 64 bit machine which is nothing but the com lib file suffixed with IA64. Then the direction of work turned to find out the version of processor architecture of server machines. We opened the properties of 'Computer' from start menu,DxDiag etc...But no luck. Finally a google gives the name of the environmental variable "%PROCESSOR_ARCHITECTURE%". Yes it works.
echo %PROCESSOR_ARCHITECTURE%
Executing the above command in command prompt gives us the processor architecture of current machine. Still confusing what is x64 and IA64 ? Just google to get links like this or read wikipedia articles.
If you are interested more on environmental variables see this link.