de.dic...@gmail.com
unread,Jan 31, 2010, 10:02:59 PM1/31/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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