SldwrksExporter/installFromZeroScript/installFrom0.cmd
2023-02-07 14:28:17 +01:00

5 lines
216 B
Batchfile

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