Posts: 1,000
Threads: 253
Joined: Feb 2008
Using Windows 7 (64bit) in QM "$Program Files$" expands --> C:\Program Files (x86)
What's the best way to manage this sort of stuff when writing with QM?
Thanks,
jim
Posts: 12,073
Threads: 140
Joined: Dec 2002
It is correct. QM is a 32-bit program and therefore uses this folder.
If you need Program Files used for 64-bit programs, use environment variable ProgramW6432.
out _s.expandpath("$program files$")
out _s.expandpath("%ProgramW6432%")
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
Posts: 1,000
Threads: 253
Joined: Feb 2008
Great. Just what I was looking for here.
Thank you Gintaras,
jim