Re: Problematic temporary BAT files
Eli Zaretskii <[email protected]> Fri, 17 Oct 2014 16:27:40 +0300
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 17 Oct 2014 15:14:37 +0200 > From: Bostjan Mihoric <[email protected]> > > Redirecting the temporary folder doesn't work in this case. Sorry, I'm probably missing something here. What exactly is a definition of a "temporary folder" for this purpose? IOW, in which folders are you not allowed to invoke programs or batch files? I thought the problem was with the temporary folder under CSIDL_PROFILE. The TEMP environment variable is set to it as a side effect. But you seem to be saying that no matter which folder TEMP points at, that folder would be regarded as a "temporary folder", is that right? How can this make sense, if TEMP can be set differently in every console cmd session a user has?