Steven L Umbach said:
Good point. Generally I create a tools folder in the program files folder
and modify the path to include that folder. That makes it easier when
unzipping/installing tools to just specify that folder and would be the
right way to do such. --- Steve
Me too.
I also have a few "well-known directories" (by me and
some of my friends at least) which have different categories
of tools in them and are already on the path.
C:\bin == old DOS tools I still use (only a handful left <sigh>)
C:\util == generally more modern assorted tools
C:\bat == my CMD and other batch files
D:\Unx == the UnixTools download and anything that seems
to fit best there as a Unx derivative tool
D:\Perl == mostly I keep this pristine (same as Perl install) though
Reskit and SupportTools are also in the path (usually under
%ProgramFiles%, as are the exe's for the MS Studio compilers,
linker, etc. (which are so deep under Program Files that I have
to look it up to find them.)
Also, I habitual build Reparse points from C:\Programs (name
without spaces) and maybe D:\Programs to the REAL
%program files% sudirectory (on whatever drive it really lives).
And since ProgramFiles is seldom on the C: drive here, I
have a link from the C:\Program Files to the real physical location.
(LinkD creates these reparse points aka junction points.)
Drive letters may vary from machine to machine but the
above it pretty common for me.