To check if OS is 32 or 64 bit, the following command can be run Wmic OS get OSArchitechure The return is: OSArchitechure 64-bit Or 32 -bit I know I could place output this to a file. Is there a way to get the answer directly? Richard Kreiss