Windows batch start

0 views
Skip to first unread message

de.dic...@gmail.com

unread,
Jan 31, 2010, 10:02:59 PM1/31/10
to the-fasci...@googlegroups.com
Hi All,

Just thought I'd pass along a windows batch I use to get this whole rig started. Basically the script below starts The Fascinator, ICE (for conversions), Tomcat (for annotations), Watcher and OpenOffice (for conversions). It's then a manual task to shut it down but at least I don't forget bits.

Cheers,

Duncan

SETLOCAL

SET START_DIR=%CD%

cd C:\Users\dickinso.USQ\Programs\apache-tomcat-5.5.28\bin
call C:\Users\dickinso.USQ\Programs\apache-tomcat-5.5.28\bin\startup

cd "C:\Program Files\the-fascinator2\code\"
call "C:\Program Files\the-fascinator2\code\tf_start.bat"

start /I /D C:\Users\dickinso.USQ\Programs\ice\apps\ice ice2.py

start /D C:\Users\dickinso.USQ\Programs\Watcher\app ipy.exe watcher.py

soffice -headless -accept="socket,host=127.0.0.1,port=2000;urp;" -nofirststartwizard

CD %START_DIR%

ENDLOCAL
Reply all
Reply to author
Forward
0 new messages