On Mon, 9 Jul 2012 19:46:11 -0400, SC Tom wrote:
On Sun, 8 Jul 2012 23:16:43 -0400, SC Tom wrote:
On Sun, 08 Jul 2012 16:37:12 +0100, Robin Bignall wrote:
Does %WinDir% mean \Windows ?
I have forgotten how Dos-like commands work.
I can't contribute to solving your real problem, but I can answer
this
one
%Windir% almost certainly means C:\Windows, but you can verify it.
Open a cmd window and run the command echo %windir%.
Or else run the command %set% to see all.
It's just SET and press enter. The % aren't necessary (in fact, they
throw
an error on my Win7 HP 32-bit).
Aagh!
I obviously didn't read what I typed.
Thanks for catching that.
You're welcome, no problem
After doing it, I was surprised at the number of entries. I don't
recall
near that many in XP or earlier Windows.
The one that bugs me is the path. It's huge. (I don't recall how big the
whole set of environment variables was in the older versions.)
Because the method given by MS in the properties box is so bad[1], when
I have to edit the path, I have gotten into the habit of copying the
path variable, pasting it into a text editor, and making the changes
there. After significant amounts of proofreading I finally paste it over
the value in the properties screen's edit box.
[1] You get to do it in a one-line edit box which is 35 characters long.
Maybe there's a way to change it somewhere or somehow else, but I do it
so rarely I haven't bothered to look.