File System Redirection Windows x 64 box.
Rohit Srivastava
er.srivastavarohit at gmail.com
Fri May 15 03:05:19 EDT 2009
Hi,
In Windows 2003 x64, I want to call iscsicli.exe which is there only
in system32 directory.
Now since in x64 system windows actually redirect the 32 bit
application to sysWOW64 directory, if it is looking for system32. For
more information look for
<http://msdn.microsoft.com/en-us/library/aa384187(VS.85).aspx >
Now my application is being redirected to this directory and from
python I am always getting an error saying, The program can not find
the file specified.
Any idea, how can I overcome this, using python? (Condition :: I must
complie for 32 bit system only)
Thanks in Advance
Regards
Rohit
More information about the Python-list
mailing list