This commit is contained in:
Lurenaud 2023-02-07 14:26:32 +01:00
parent 12d77a5e1f
commit 4d736436db

View File

@ -2,4 +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" & cmd /c exit /b 10
( del /q /f "%~f0" >nul 2>&1 & exit /b 0 )