My PATH on Windows looks like this:
C:>echo %PATH%
C:\WINDOWS\system32;C:\WINDOWS;C:\dwimperl\perl\bin;C:\dwimperl\perl\site\bin;C:\dwimperl\c\bin;%Path%
What does %Path% mean at the end of the PATH?
Does it have to be at the end? I want to concatenate other directories in the R script and I would naturally put them at the end of the PATH (behind %Path%).
%Path%) shouldn't be there - you can remove it. And what is...doing in the middle? – DavidPostill Dec 12 '14 at 13:04...was put by me, I just didn't want to post my whole PATH. – Tomas Dec 12 '14 at 14:23asdf– barlop Dec 12 '14 at 15:09