How to run window batch file in php?
Step 1
Creata bacth file like that
mkdir %1
save the file name as test.bat
step-2
php program
<?
shell_exec("test.bat india");
?>
Run the php automaticaly create one floder
Wednesday, April 9, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment