I am installing Xampp using the windows command console in an unattended manner. When the installation completes, xampp is installed well except that the environment variable PHP
is not added to PATH in the system variables. I'm using windows 7
I want to know if there is a way to add it without having to resort to getting into system configuration, but only using the console.
Try with SET PATH=%PATH%;C:\xampp\php
but when I close and reopen the console it does not recognize the php command.