Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Lexicality
Created September 21, 2014 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lexicality/8c3ebfc995d669b51f77 to your computer and use it in GitHub Desktop.
Save Lexicality/8c3ebfc995d669b51f77 to your computer and use it in GitHub Desktop.
lhsbs procssing launch bats
@echo off
SET GAME_MODE=game
processing-java --force --present --output=%CD%\build-tmp --sketch=%CD%
@echo off
SET GAME_MODE=test
processing-java --force --run --output=%CD%\build-tmp --sketch=%CD%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment