I'm writing a batch file which calls a 32 bit .exe program. I want it to be compatible with the different Windows operating systems. The problem is that the path to "Program Files" is different depending which OS is being used. For instance:
I know the paths for these OS' since I use them:
- WinXP 32 bit: C:\Program Files\
- Vista 64 bit: C:\Program Files (x86)\
Could some kind souls please tell me what the 32bit paths are for:
- WinXP 64 bit:
- Vista 32 bit:
And for Windows 7 also would be nice:
- Win7 32 bit:
- Win7 64 bit:
Thanks!
Sky
I know the paths for these OS' since I use them:
- WinXP 32 bit: C:\Program Files\
- Vista 64 bit: C:\Program Files (x86)\
Could some kind souls please tell me what the 32bit paths are for:
- WinXP 64 bit:
- Vista 32 bit:
And for Windows 7 also would be nice:
- Win7 32 bit:
- Win7 64 bit:
Thanks!
Sky