It’s really easy to append some text to the PATH environment variable in Windows. To append something to the PATH environment variable, use the following command line:
set path=%path%xxx
Where xxx is the text that you wish to append to the PATH variable.