Batch file - windows server
<?php
system(realpath(dirname(__FILE__)) . '\\simple.bat');
?>Run a batch file on a windows server ? The php file and batch file are in the same folder. UNTESTED
<?php
system(realpath(dirname(__FILE__)) . '\\simple.bat');
?>Run a batch file on a windows server ? The php file and batch file are in the same folder. UNTESTED