64bit - System32 Folder on a 64-bit system -
I have a CMD file that runs on 32 bit Vista system.
I have noticed that the code reference for the System32 driver folder.
I'm wondering if the code could potentially run on a 64 bit Windows 7 system, so I guess my question is, what is a system 32 folder in 64 bit system?
Be very grateful for any answers.
64-bit windows are actually 64-bit files in the System 32 folder, and 32-bit Programs that are running under WOW64 are normally looking into 32-bit DLLs for system 32. Call - but they will get 64-bit ones instead. Therefore, the OS System 32 folder redirects all 32-bit applications requests to the SysWOW64 folder, which contains 32-bit system files.
Comments
Post a Comment