SldwrksExporter/installFromZeroScript/installFrom0.cmd
2023-02-06 20:20:36 +01:00

5 lines
196 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"