From 12d77a5e1f337aa3e1bd25723adce6174f3fcefe Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 14:24:45 +0100 Subject: [PATCH] add exit --- installFromZeroScript/installFrom0.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installFromZeroScript/installFrom0.cmd b/installFromZeroScript/installFrom0.cmd index 4c5a240..6f176b5 100644 --- a/installFromZeroScript/installFrom0.cmd +++ b/installFromZeroScript/installFrom0.cmd @@ -2,5 +2,4 @@ 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" -exit \ No newline at end of file +(goto) 2>nul & del "%~f0" & cmd /c exit /b 10 \ No newline at end of file