1)当我打开新的CMD(Win + R => cmd)时.它从介绍开始.(第3行)
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
The system cannot find the path specified.
C:\Users\ViliamKopecky>
Run Code Online (Sandbox Code Playgroud)
2)当我执行某些命令cmd /C dir
(或(cmd /C php -v
或其他))时(第2行)
C:\Users\ViliamKopecky>cmd /C dir
The system cannot find the path specified.
Volume in drive C is Windows7_OS
Volume Serial Number is 8230-1246
...
C:\Windows\System32>cmd /C php -v
The system cannot find the path specified.
PHP 5.4.8 (cli) (built: Oct 16 2012 22:30:23)
Copyright (c) …
Run Code Online (Sandbox Code Playgroud)