Setting environment variables on windows has to be implemented
Using this setx /M path "%path%;%HOMEDRIVE%%HOMEPATH%\Linecounter" command
does not work every time becouse it has a limit on 1028 charecters and som have a path variable greater then that
It neither possible to create a new varable it seems because we cant access it through the comand line then
Setting environment variables on windows has to be implemented
Using this setx /M path "%path%;%HOMEDRIVE%%HOMEPATH%\Linecounter" command
does not work every time becouse it has a limit on 1028 charecters and som have a path variable greater then that
It neither possible to create a new varable it seems because we cant access it through the comand line then