Your Questions 1:“Code editor is it your default code editor?”
At first it kept pulling up Dreamweaver. I got rid of DW and now it asks which program will I like to use to open up the following file.
When code editor is open is it blank or there is a file inside and witch file ?
It opens the file zf.php
Your Questions 2:open command line and:
>cd C:\wamp\bin\php\php5.3.5
press enter
>zf ?
press enter
what's happened ?
The same thing. It’s asks what program will I like to choose to open and read the zf.php file. I chose Notepad just to test it out.
Your Questions 3:If code editor is launching change your code editor preferences for files and make again the last test
what's happened ?
Okay this time I choose for the file preference the same CMD that I’m using. C:\Windows\System32\cmd.exe and it opened another CLI window asking me the same thing, going through the same repeated steps, creating a looping issue.
Your Questions 4:Look the icon zf.bat .It's like yours ?
Yep. That’s how I have it setup.
Your Questions 5:
try:
- go to C:\wamp\bin\php\php5.3.5
- rename zf.bat by test (just the name)
- now zf.bat = test.bat
- close all you folder
- open command line and:
> test
press enter
what's happened ?
Okay. I ran it and it performed just like the ‘zf’ command with no code editor launching with only one exception there was an error printed that reads:
- Code: Select all
An Error Has Occurred
An action and provider is required.
Zend Framework Command Line Console Tool v1.11.12
Usage:
zf [--global-opts] action-name [--action-opts] provider-name [--provider-opt
s] [provider parameters ...]
Note: You may use "?" in any place of the above usage string to ask for more
specific help information.
Example: "zf ? version" will list all available actions for the version prov
ider.
Providers and their actions:
Version
zf show version mode[=mini] name-included[=1]
Note: There are specialties, use zf show version.? to get specific help on t
hem.
The rest is just like the 'zf' command should work. I haven't tried matching my environment variables with yours just yet. I'm working on that right now.