From 772092461884a3f8b57f2cb24d0b017e055339cf Mon Sep 17 00:00:00 2001 From: Marwolf Date: Tue, 17 Jul 2018 07:03:47 -0400 Subject: [PATCH] Clean up, auto yes choices --- Setup_Windows.cmd | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 137d9b8..026af1f 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -63,8 +63,6 @@ echo: choco install -y jdk8 echo: echo: -SET /P install="Please follow the Java install prompts and press enter here once finished." -echo: goto askdocker :askdocker @@ -122,8 +120,6 @@ echo: choco install -y git.install echo: echo: -SET /P install="Please follow the Git install prompts and press enter here once finished." -echo: goto askide :askide @@ -150,19 +146,19 @@ goto askide :installnetbeans echo: -choco install netbeans +choco install -y netbeans echo: goto skip :installintellij echo: -choco install intellijidea-community +choco install -y intellijidea-community echo: goto skip :installeclipse echo: -choco install eclipse +choco install -y eclipse echo: goto skip