diff --git a/Launch_Labs.bat b/Launch_Labs.bat new file mode 100644 index 00000000..10e13c2f --- /dev/null +++ b/Launch_Labs.bat @@ -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 \ No newline at end of file