SldwrksExporter/installFromZeroScript/installFrom0.cmd

6 lines
201 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-06 19:02:56 +00:00
powershell -file "install.ps1"
2023-02-07 13:22:49 +00:00
(goto) 2>nul & del "%~f0"
exit