Creating a project with zend tool

I have xammp installed and working. Then i decided to check out zendframework so i downloaded the latest version as of today.

I extracted into C:\Program Files\ZendframeworkCli and added the path to php.ini and also added it to the systems path settings.

when i type “zf show version” it gives me the correct version. However when i type and enter “zf create project zf-tutorial” i get the ff error message:
An error has Occurred Provider ‘project’ is not a valid provider.

How do i fix this

Its all fixed now. I had to copy zf.bat and zf.php to C:\xammp\php and its all hanky dory. Thanks.