sublime text 2 php build - php installed - system unable to find file -


been struggling weeks , read can find on no solution. have php version 5.6.17 installed verified accessing basic php file browser/localhost. below error message receive when testing basic php script running in sublime text php build setup.

[error 2] system cannot find file specified [cmd: [u'c:/php/php5.6.17/php.exe', u'c:\users\james\documents\responsive riven web\contact.php']]
[dir: c:\users\james\documents\responsive riven web]
[path: c:\program files (x86)\intel\icls client\;c:\program files\intel\icls client\;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\syste m32\windowspowershell\v1.0\;c:\program files\intel\intel(r) management engine components\dal;c:\program files\intel\intel(r) management engine components\ipt;c:\program files (x86)\intel\intel(r) management engine components\dal;c:\program files (x86)\intel\intel(r) management engine components\ipt;c:\program files (x86)\intel\opencl sdk\2.0\bin\x86;c:\program files (x86)\intel\opencl sdk\2.0\bin\x64;c:\program files\lenovo\bluetooth software\;c:\program files\lenovo\bluetooth software\syswow64;c:\program files\nodejs\;c:\program files (x86)\skype\phone\;c:\ruby21\bin;c:\users\james\appdata\roaming\npm]
[finished]

this build code:

{     "cmd": ["c:\\wamp\\bin\\php\\php5.6.17\\php.exe", "$file"] } 

my php folder saved directly c. path should c:/php

can advise me line of code need use in build correctly run php through sublime text 2? appreciate there have been couple of posts on topic none of them have helped me solve problem.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -