Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
$Program Files$
#1
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
#2
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.

Code:
Copy      Help
out _s.expandpath("$program files$")
out _s.expandpath("%ProgramW6432%")

http://msdn.microsoft.com/en-us/library ... 85%29.aspx
#3
Great. Just what I was looking for here.

Thank you Gintaras,
jim


Forum Jump:


Users browsing this thread: 1 Guest(s)