Windows equivalent to #!/usr/bin/php
问题 I am trying to execute a php file from sos-berlin jobscheduler. My OS is windows 7. I am following the documentation http://www.sos-berlin.com/mediawiki/index.php/How_to_execute_a_PHP_script_with_JS #!/usr/bin/php <?php echo "hello"; ?> But when I executed the script I am getting the error that '#!' is not recognized as an internal or external command, operable program or batch file. I came to understand that #!/usr/bin/php is a linux command. I should give here equivalent batch command. I