Home > Backend Development > PHP Tutorial > dos 下运行php

dos 下运行php

WBOY
Release: 2016-06-23 14:33:17
Original
1114 people have browsed it

打开 命令提示符 cmd.exe进入PHP的安装目录, 输入 php.exe "abc.php"则将在 DOS 下执行 abc.php你可以将 abc.php 改成你的文件名, 注意目录结构我这里直接使用 abc.php 是因为 abc.php 与 php.exe 是在同一个目录下为了方便, 你也可以把 php 的安装目录加到环境变量 PATH 中(右击我的电脑->属性->高级->环境变量, 如果存在 PATH 则在原来的 PATH 中加入你的PHP安装目录, 如果不存在则新建一个 PATH)加入到环境变量后, 你就不用在 cmd 中进入到 php 的安装目录就可以 输入 php.exe "abc.php" (注意, 此时 "abc.php" 必须在你的 cmd 正在的目录中)
Copy after login

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template