Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8356

Re: Python 2.7 and cmd on Windows 7 64 (files lost)

From "Martin v. Loewis" <martin@v.loewis.de>
Newsgroups comp.lang.python
Subject Re: Python 2.7 and cmd on Windows 7 64 (files lost)
Date 2011-06-24 09:34 +0200
Organization 1&1 Internet AG
Message-ID <4E043DEF.1050502@v.loewis.de> (permalink)
References <MPG.286d0a327002d85198981e@news.individual.de> <4e0302f5$0$30791$ba4acef3@reader.news.orange.fr>

Show all headers | View raw


> Therefore, Windows has a "trick" for mark the file like visible, or not,
> in 32 mode. What trick?

It's called file system redirection. When you access \windows\system32
in a 32-bit process, you *actually* access \windows\syswow64, which
has entirely different files.

The same also happens for parts of the registry.

Regards,
Martin

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python 2.7 and cmd on Windows 7 64  (files lost) "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> - 2011-06-23 08:33 +0200
  Re: Python 2.7 and cmd on Windows 7 64  (files lost) Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-06-23 09:31 +0200
    Re: Python 2.7 and cmd on Windows 7 64  (files lost) "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> - 2011-06-23 11:10 +0200
      Re: Python 2.7 and cmd on Windows 7 64  (files lost) "Martin v. Loewis" <martin@v.loewis.de> - 2011-06-24 09:34 +0200
  Re: Python 2.7 and cmd on Windows 7 64  (files lost) Tim Golden <mail@timgolden.me.uk> - 2011-06-23 08:31 +0100
    Re: Python 2.7 and cmd on Windows 7 64  (files lost) Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-06-23 10:08 +0200
      Re: Python 2.7 and cmd on Windows 7 64  (files lost) Tim Golden <mail@timgolden.me.uk> - 2011-06-23 09:14 +0100

csiph-web