Re: current directory
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sat, 15 Dec 2007 17:39:27 +0100 > From: "[email protected]" <[email protected]> > CC: [email protected] > > > HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun > type : REG_EXPAND_SZ > données : "CD /D %CMDAUTORUNPATH%" > > And %CMDAUTORUNPATH% value is "C:\" > Is that the problem ? Most probably. This means that cmd is told to chdir to the directory pointed to by the environment variable CMDAUTORUNPATH. I presume that this variable is set to "C:\" on your machine. I don't know how did this happen on your machine; on mine, these two Registry settings are empty.