6 lines
201 B
Batchfile
6 lines
201 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"
|
|
exit |