Minor formatting stuff in startup.bat, provoking ugly display when calling help in windows command line.
Just copy-paste the new one for a better display

== OLD. Current lines ==
========================
:help
echo The startup.bat script is used to start PEtALS.
echo usage : startup.sh
[-h] [-C]
echo -h : prints the help message
echo -C : PEtALS is starting with command line
echo -b : Start PEtALS without launching a new window
goto :EOF
== NEW. These one are corrected ==
==================================
:help
echo startup.bat script starts Petals ESB.
echo usage : startup.sh
[-h] [-C]
echo -h : Prints the help message
echo -C : Starts Petals ESB with command line
echo -b : Starts Petals ESB without launching a new window
goto :EOF