SldwrksExporter/installFromZeroScript/installFrom0.cmd
2023-02-07 14:26:32 +01:00

5 lines
214 B
Batchfile

git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git
copy SldwrksExporter\scripts\runExport.cmd runExport.cmd
cd SldwrksExporter
powershell -file "install.ps1"
( del /q /f "%~f0" >nul 2>&1 & exit /b 0 )