- Dec 15, 2003
- 540
- 0
- 0
a very basic question.
when i had to "set up" my java for the command prompt, i had to do the
set path=C:\Program Files\.....\bin;%path%
but what i accidently did was to forget the ";" after the bin so when i typed in "echo %path%" it showed me : C:\Program Files\.....\binC:\Win....
meaning that the path i tried to set it to merged in together with the one after it, because i dismissed the semi colon the first time, can i somehow remove a path? if so, how?
all help appreciated!
when i had to "set up" my java for the command prompt, i had to do the
set path=C:\Program Files\.....\bin;%path%
but what i accidently did was to forget the ";" after the bin so when i typed in "echo %path%" it showed me : C:\Program Files\.....\binC:\Win....
meaning that the path i tried to set it to merged in together with the one after it, because i dismissed the semi colon the first time, can i somehow remove a path? if so, how?
all help appreciated!
