From ca0494c91bdf3147791f03d699aa5fbe2cba3de2 Mon Sep 17 00:00:00 2001 From: joel Date: Fri, 10 Apr 2026 16:55:57 +0000 Subject: [PATCH] =?UTF-8?q?Startpogramm=20f=C3=BCr=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Einfache Starten des Programmes per Doppelklick --- run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..b22e7be --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +@echo off +start /min python main.py +exit \ No newline at end of file