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%).