Where is XAMPP's Shell?

心已入冬 提交于 2019-12-05 06:40:07

If you have php.exe's directory in your PATH environment variable, you can simply open a command line window (Start > Run > cmd), go in your PHP script directory and launch it with php yourscript.php.

If You need to access XAMPP shell to run i.e pear command You need to go to XAMPP installation directory and run xampp-control-3-beta.exe (XAMPP version 1.7.7). After clicking xampp shell button it prompt pops up asking if You want to create shell.bat say Yes and You are good to go.

In my windows box, xampp shell is just a instance of cmd.exe running a batch file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!