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