From 64b952ff4b21fc10c18bf0648474fd7481a4e65d Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 14:22:49 +0100 Subject: [PATCH] add exit terminal --- installFromZeroScript/installFrom0.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installFromZeroScript/installFrom0.cmd b/installFromZeroScript/installFrom0.cmd index 8316052..4c5a240 100644 --- a/installFromZeroScript/installFrom0.cmd +++ b/installFromZeroScript/installFrom0.cmd @@ -2,4 +2,5 @@ git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git copy SldwrksExporter\scripts\runExport.cmd runExport.cmd cd SldwrksExporter powershell -file "install.ps1" -(goto) 2>nul & del "%~f0" \ No newline at end of file +(goto) 2>nul & del "%~f0" +exit \ No newline at end of file