I am trying to add C:\\xampp\\php
to my system PATH
environment variable in Windows.
I have already added it using the Environment Varia
Backup my current PATH environment variable: run cmd
, and execute command: path >C:\path-backup.txt
Get my current path value into C:\path.txt file (same way)
setx path "Here you should insert string from buffer (new path value)"
php -v