Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Launch_Labs.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@ECHO OFF
REM change directory to pull proper .git
cd c:\IntroLabs
REM pull an updated version of the repo
git pull https://github.com/strandjs/IntroLabs
REM open the lab html in edge incase someone messes with the default browser
start microsoft-edge -file C:\IntroLabs\IntroClassFiles\index.html