Debt Consolidation - Deaf Topics - Debt Consolidation - Find jobs - Debt Consolidation

PDA

View Full Version : PHP code to run batch file on windows


varun8211
Dec 6th 2006, 11:02 pm
Can we write PHP code to run batch file on windows.. ?

CodyRo
Dec 7th 2006, 12:16 am
See:

exec() (http://www.php.net/exec), system() (http://www.php.net/system), shell_exec() (http://www.php.net/shell_exec)