[TYPO3-50-general] FLOW3 Command Line Tool - Windows flavoured

Bastian Waidelich bastian at typo3.org
Thu Sep 3 14:03:30 CEST 2009


Hi there,

I've just created a very first and incomplete version of a BATCH script 
that could be used as Windows-compatible version of the FLOW3 command 
line tool:
http://forge.typo3.org/issues/show/4426

Could you Windows-guys (if you are still out there) check it out and 
tell me whether this works for you?
Just place the "flow3.bat" next to the "flow3"-script in the root of 
your FLOW3 distribution, start up CMD, navigate to the file and enter 
"flow3"

You should get a usage description similar to this one 
http://flow3.typo3.org/documentation/tutorials/getting-started/gettingstarted.kickstart/#gettingstarted.kickstart.commandlinetool

And if you enter "flow3 package list active" a list of active packages 
should be returned.
If you get an error, you might have to adjust the settings in the BATCH 
file. E.G. I had to replace the line:
SET PHP=php.exe
by
SET PHP=C:/xampp/php/php5.3/php.exe -c C:/xampp/php/php5.3/php.ini
in order to startup PHP correctly

..And if there are any BATCH-junkies among you, please help out (eg, is 
it true that there is nothing like && or || in IF statements??)

best
Bastian


More information about the TYPO3-project-5_0-general mailing list