I am trying to learn zend framework. I am using the quick start tutorial provided at the site for this. While, I am going on, I noticed that the zend tool commands provided at that site, is not intended for windows system.
The point I am stuck in is
% zf configure db-adapter \
> 'adapter=PDO_SQLITE&dbname=APPLICATION_PATH "/../data/db/guestbook.db"' \
> production
How to run this command in CMD? I have tried several variations but they all give wrong output. Also, it would be great full if you could point me to a reference from which I could learn zend tool commands for windows.