OK - just tested this and it's damned simple!
 Code:
; save the original setting and turn x64 File Redirection off
$WFR = SetOption('WOW64FileRedirection', 'off')
;
; run your 64-bit commands
;
; restore the original setting
$WFR = SetOption('WOW64FileRedirection', $WFR)
Glenn
_________________________
Actually I am a Rocket Scientist! \:D