J
Jud McCranie
I'm installing some new software that says that my system path is too
long and I need to shorten it. How can I do that?
long and I need to shorten it. How can I do that?
Jud,
It's pretty dodgy idea to change the path without knowing what you
are doing.
Thanks, I found paths for two pieces of software I no longer use. I'll
take them out and see if that works.
Jud said:... I found paths for two pieces of software I no longer use.
... The System path has a maximum length of 1023 bytes, not counting
the Path= characters.
The user defined path is the lesser of 511 bytes or (1023 - SystemPath)
It's those darn long file names, spaces, quotes!
Stan said:Right now I am on my W2K machine and to lazy to turn on my Window XP
machine. I can use C:\PROGRAM FILES\ or C:\PROGRA~1\ an either will
work. I use the DIR /X in a DOS window to get the short names.
Jose said:Cutting out things not needed is a good idea. If that doesn't work,
there are others that are more trouble.
Generally speaking:
The System path has a maximum length of 1023 bytes, not counting the
Path= characters.
The user defined path is the lesser of 511 bytes or (1023 -
SystemPath).
It's those darn long file names, spaces, quotes!
But only if '8.3 File-Naming' is enabled.
Stan said:... I am on my W2K machine ... I can use C:\PROGRAM FILES\ or
C:\PROGRA~1\ an either will work. I use the DIR /X in a
DOS window to get the short names.
Al said:But only if '8.3 File-Naming' is enabled.
You've got it backwards. It's enabled by default.