I'm just a starter in command line applications. I want to know how I can be able to pass environment variables to a php script running in the command line on windows 7 machine.
I want to do something similar to this:
QUEUE=notification VVERBOSE=1 php resque.php
Thank you for help..!