how to add path in environment variable using command line code example
Example 1: add address to path cmd windows
set PATH=%PATH%;C:\your\path\here\
Example 2: add to path windows cmdline
set PATH=%PATH%;C:\your\path\here\
set PATH=%PATH%;C:\your\path\here\
set PATH=%PATH%;C:\your\path\here\