On Monday, Dec 8, 2014 at 6:59 pm, Negin Nickparsa <nickparsa@xxxxxxxxx>, wrote: I want to use ZF tool to create a module in zend framework I installed zftool where I had composer.phar file which wasn't my root directory and then it created the folder of vendor so I replaced this vendor folder with the one it was in zend application I went to where I installed the zend framework and I did create the module with this command: c:\wamp\www\ZendApplication\vendor\bin>php zf.php create module test unfortunately it didn't create the module and I have this error: SRC_DIR="`pwd`" cd "`dirname "$0"`" cd "../zendframework/zftool" BIN_TARGET="`pwd`/zf.php" cd "$SRC_DIR" "$BIN_TARGET" "$@" does anyone had any same experience?any ideas what I should do about it? I googled it but I found a few people reported such a thing I might be wrong on my installation I don't know I’m not familiar with zftool, but that “error” looks awfully like a shell script. Don’t execute it with PHP, try it with bash. -Stuart — Stuart Dallas 3ft9 Ltd http://3ft9.com/