Skip to content

Instantly share code, notes, and snippets.

@AHartTN
Created October 23, 2011 02:56
Show Gist options
  • Save AHartTN/1306798 to your computer and use it in GitHub Desktop.
Save AHartTN/1306798 to your computer and use it in GitHub Desktop.
Lacuna Expanse Glyphinator Watchdog
@Echo off
E:
cd LE\GLC\examples
cls
echo Starting Glyphinator Watchdog
echo If you want to close this watchdog, close the glyphinator window and type Y depending on your language followed by Enter in this window.
title Glyphinator_Watchdog
:Glyph
echo (%time%) Watchdog Thread started.
glyphinator.pl --verbose --config ../lacuna.yml --db ../stars.db --do-digs --send-excavators --fill 4360 --full-times >> ./Glyphinator_Output.txt
echo (%time%) NOTICE: Glyphinator has finished it's cycle. Ending Watchdog Thread.
goto Glyph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment