Skip to content

Instantly share code, notes, and snippets.

@ErikBoesen
Created June 22, 2016 23:14
Show Gist options
  • Save ErikBoesen/f954cf484d0edd52ce28c3f8d7ad8c66 to your computer and use it in GitHub Desktop.
Save ErikBoesen/f954cf484d0edd52ce28c3f8d7ad8c66 to your computer and use it in GitHub Desktop.
@echo off
cd %~dp0
start py -3 pynetworktables2js --dashboard
REM You'll have to tweak the window-size to work with your setup.
start http://localhost:8888/ --window-size=1366,570 --window-position=0,0 --app=http://localhost:8888/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment