ultrus Posted January 14, 2007 Share Posted January 14, 2007 Hello,I've heard that one can access php using the Windows command line. How would I access the Windows command line using php?I have a few command line programs that batch process files and whatnot. I want to be able to access them from php for use in my web applications. Is this possible?Thanks much. :) Link to comment https://forums.phpfreaks.com/topic/34129-how-do-i-access-the-windows-command-line-using-php/ Share on other sites More sharing options...
trq Posted January 14, 2007 Share Posted January 14, 2007 Take a look at [url=http://php.net/exec]exec[/url] and its related functions. Link to comment https://forums.phpfreaks.com/topic/34129-how-do-i-access-the-windows-command-line-using-php/#findComment-160552 Share on other sites More sharing options...
ultrus Posted January 14, 2007 Author Share Posted January 14, 2007 Ah! That helps a ton. Thanks thorpe. :D Link to comment https://forums.phpfreaks.com/topic/34129-how-do-i-access-the-windows-command-line-using-php/#findComment-160561 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.