At the end of the installation the user can now read a readme file with more information, if he wants to.

This commit is contained in:
Glen De Cauwsemaecker 2014-03-26 04:33:05 +01:00
parent 37d7358e78
commit a4f6b518ec
5 changed files with 42 additions and 3 deletions
scripts/windows/coco-dev-setup/batch

View file

@ -0,0 +1,29 @@
_____ _ _____ _ _
/ __ \ | | / __ \ | | | |
| / \/ ___ __| | ___ | / \/ ___ _ __ ___ | |__ __ _| |_
| | / _ \ / _` |/ _ \ | | / _ \| '_ ` _ \| '_ \ / _` | __|
| \__/\ (_) | (_| | __/ | \__/\ (_) | | | | | | |_) | (_| | |_
\____/\___/ \__,_|\___| \____/\___/|_| |_| |_|_.__/ \__,_|\__|
=============================================================================
Congratulations, you are now part of the CodeCombat community.
Now that your Develop Environment has been setup, you are ready to start
contributing and help us make this world a better place.
Do you have questions or would you like to meet us?
Talk with us on hipchat @ https://www.hipchat.com/g3plnOKqa
Another way to reach is, is by visiting our forum.
You can find it @ http://discourse.codecombat.com/
You can read about the latest developments on our blog site.
This one can be found @ http://blog.codecombat.com/
Last but not least, you can find most of our documentation
and information on our wiki @ https://github.com/codecombat/codecombat/wiki
We hope you'll enjoy yourself within our community, just as much as us.
- Nick, George, Scott, Michael, Jeremy and Glen

View file

@ -40,4 +40,5 @@
exist=That path doesn't exist. Please try again...
[end]
succesfull=The setup of the CodeCombat Dev. Environment was succesfull.
thankyou=Thank you already for your contribution and see you soon.
thankyou=Thank you already for your contribution and see you soon.
readme=Do you want to read the README for more information?

View file

@ -40,4 +40,5 @@
exist=Dat pad bestaat niet, probeer alsjeblieft opnieuw...
[end]
succesfull=De installatie van de CodeCombat-Ontwikkelings omgeving was succesvol.
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
readme=Wil je de LEESMIJ lezen voor meer informatie?

View file

@ -0,0 +1 @@
call open_text_file ..\\config\\readme.coco

View file

@ -36,6 +36,13 @@ call get_local_text end-thankyou
echo %end_succesfull%
echo %end_thankyou%
call print_exit
call print_dashed_seperator
call get_local_text end-readme
call ask_question "!end_readme!"
if "%result%"=="true" (
call open_readme
)
endlocal