SldwrksExporter/scripts/installFrom0.cmd

5 lines
224 B
Batchfile
Raw Normal View History

2023-02-06 17:39:54 +00:00
git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git
2023-02-06 19:20:36 +00:00
copy SldwrksExporter\scripts\runExport.cmd runExport.cmd
2023-02-06 17:39:54 +00:00
cd SldwrksExporter
2023-02-07 18:57:21 +00:00
powershell -file "scripts\install.ps1"
2023-02-07 13:28:17 +00:00
(goto) 2>nul & del "%~f0" & cmd /c exit /b 10