SldwrksExporter/scripts/installFrom0.cmd
2023-02-07 19:57:21 +01:00

5 lines
224 B
Batchfile

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