From 0ea1d66aedce6a7f76ec67cd10028a819e302158 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 21 Jul 2018 00:15:26 -0400 Subject: [PATCH] Launches Docker in a new window and continues script --- Setup_Windows.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 5d08b02..d281777 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -93,7 +93,7 @@ echo: echo Launching Docker for Windows. The Docker whale icon is by the system clock. echo Allow it a short bit of time to start running. echo "" -call "C:\Program Files\Docker\Docker\Docker for Windows.exe" +call START "C:\Program Files\Docker\Docker\Docker for Windows.exe" echo "" echo Once started, right click on it and click "Settings..." echo Then click the "Shared Drives" tab on the left.