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