add make to path windows code example
Example 1: add to path windows
Go here
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Example 2: add to path windows cmdline
set PATH=%PATH%;C:\your\path\here\
Go here
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
set PATH=%PATH%;C:\your\path\here\