#39;quot;php.exequot;#39; is not recognized as an internal or external command, operable program or batch file(php.exe不是内部或外部命令、可运行的程序或批处理文件)
问题描述
当我运行命令时
D:STUDIESxampphtdocsyii rackstarprotected>yiic migrate create create_project_table
在 cmd
中它说
'"php.exe"' is not recognized as an internal or external command, operable program or batch file"
有什么想法吗?
推荐答案
设置环境变量 path like follow....
set environment variable path like follow....
path :=>...;D:STUDIESxamppphp;D:STUDIESxamppyiiyiiframework;
或像上面一样设置正确的路径(根据您的目录结构)....
or set proper path (based on your dir structure) like above....
这篇关于''php.exe''不是内部或外部命令、可运行的程序或批处理文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!