From 2fd1b1f8f7cbe2090bd6cce727d435751d569dac Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Mon, 6 Feb 2023 20:20:36 +0100 Subject: [PATCH] test auto delete install file --- installFromZeroScript/installFrom0.cmd | 2 ++ scripts/runExport.cmd | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 scripts/runExport.cmd diff --git a/installFromZeroScript/installFrom0.cmd b/installFromZeroScript/installFrom0.cmd index 75383fa..8316052 100644 --- a/installFromZeroScript/installFrom0.cmd +++ b/installFromZeroScript/installFrom0.cmd @@ -1,3 +1,5 @@ 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" \ No newline at end of file diff --git a/scripts/runExport.cmd b/scripts/runExport.cmd new file mode 100644 index 0000000..40f0eb5 --- /dev/null +++ b/scripts/runExport.cmd @@ -0,0 +1,3 @@ +cd SldwrksExporter +.\.venv\Scripts\activate +python .\gui.py \ No newline at end of file