forked from Tandysony/opensim4opencog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude-chatbot.bat
More file actions
14 lines (11 loc) · 848 Bytes
/
include-chatbot.bat
File metadata and controls
14 lines (11 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
svn co https://opensim4opencog.googlecode.com/svn/data-chatbot/alicebot/aiml bin/aiml/
svn co https://opensim4opencog.googlecode.com/svn/data-chatbot/alicebot/config bin/config/
svn co https://opensim4opencog.googlecode.com/svn/data-chatbot/wordnet30 bin/wordnet30/
@rem svn co https://opensim4opencog.googlecode.com/svn/trunk-chatbot/sources/chatbot sources/chatbot/
svn co https://opensim4opencog.googlecode.com/svn/trunk-chatbot/bin-chatbot bin-chatbot/
svn co https://opensim4opencog.googlecode.com/svn/trunk-logicmoo/prolog/programk bin/prolog/programk
svn co https://opensim4opencog.googlecode.com/svn/trunk-logicmoo/prolog/startrek bin/prolog/startrek
svn co https://opensim4opencog.googlecode.com/svn/trunk-logicmoo/prolog/hyhtn bin/prolog/hyhtn
xcopy /y /c bin-chatbot\?*.* bin\
@echo Dont forget to: runprebuild.bat!
PAUSE