From c8273add89b79051b285af1ffe46ebd29429f056 Mon Sep 17 00:00:00 2001 From: shadowlasec Date: Wed, 16 Dec 2020 17:19:30 -0500 Subject: [PATCH 1/3] bat file to update the labs and lauch them --- Launch_Labs.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Launch_Labs.bat diff --git a/Launch_Labs.bat b/Launch_Labs.bat new file mode 100644 index 00000000..76ffad00 --- /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 the default browser +C:\IntroLabs\IntroClassFiles\index.html \ No newline at end of file From 25a8215868b770ff94ba0c20338aaebc8d22a5bd Mon Sep 17 00:00:00 2001 From: shadowlasec Date: Wed, 16 Dec 2020 17:56:27 -0500 Subject: [PATCH 2/3] modified call to lauch edge instead of default --- Launch_Labs.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Launch_Labs.bat b/Launch_Labs.bat index 76ffad00..43ee4602 100644 --- a/Launch_Labs.bat +++ b/Launch_Labs.bat @@ -3,5 +3,5 @@ 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 the default browser -C:\IntroLabs\IntroClassFiles\index.html \ No newline at end of file +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 From c71096b579fe52f24c59f47709f6703a1fea6c53 Mon Sep 17 00:00:00 2001 From: shadowlasec Date: Wed, 16 Dec 2020 18:03:57 -0500 Subject: [PATCH 3/3] typo --- Launch_Labs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launch_Labs.bat b/Launch_Labs.bat index 43ee4602..10e13c2f 100644 --- a/Launch_Labs.bat +++ b/Launch_Labs.bat @@ -1,5 +1,5 @@ @ECHO OFF -REM change directory to pull proper.git +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