Hi,
How can i ran a command line from php file.
I need to run "ant -<flag> <path> -<flag>"
This should run on Windows XP.
(I suucceded to run system command like ping.)
Tahnks -:)
How can i ran a command line from php file.
I need to run "ant -<flag> <path> -<flag>"
This should run on Windows XP.
(I suucceded to run system command like ping.)
Tahnks -:)
Comment