I need to run a php script from the command line. The problem is, this script will be in a different location on different PCs.
So I want to be able to enter something like this:
php myscript.php
where myscript.php will be in a folder which is in the windows path, but not in the current folder.
Is it possible to do something like this?