SldwrksExporter/installFromZeroScript/installFrom0.cmd
2023-02-07 14:22:49 +01:00

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