How to create .exe for php standalone application?
I have created application that runs on localhost.This application is developed for local use.so i have look up for that type of setup that:
1.create php setup,
2.create shortcut,
3.install apache and mysql and start mysql and apache server,
4.onclick shortcut,project run in browser
LATER UPDATE
Is it good way to create batch file that done upper things and is it possible?
if possible, please suggest some examples.
Thanks in advance.