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,239
	Threads: 144
	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%")
 
 
	
	
	
		
	Posts: 1,000
	Threads: 253
	Joined: Feb 2008
	
	
 
	
	
		Great. Just what I was looking for here.
Thank you Gintaras,
jim