Skip to content

Instantly share code, notes, and snippets.

@lkishfy
Created August 26, 2018 23:30
Show Gist options
  • Select an option

  • Save lkishfy/3da7d6e865ff44774dbe7482dcab16d1 to your computer and use it in GitHub Desktop.

Select an option

Save lkishfy/3da7d6e865ff44774dbe7482dcab16d1 to your computer and use it in GitHub Desktop.
Example Node Startup Script
title App Title
cd C:\Users\Lou\Documents\GitHub\Repository\Src
echo Launching Exhibit...
start "Chrome" "C:\Program Files (x86)\Google\Chrome\Application/chrome.exe" --kiosk --incognito http://localhost:8080 --start-fullscreen
node start.js
@lkishfy
Copy link
Copy Markdown
Author

lkishfy commented Aug 27, 2018

incognito suppresses chrome shutdown error pop-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment