intial commit

This commit is contained in:
2026-03-18 15:47:02 +01:00
commit 0b20932b0e
2 changed files with 163 additions and 0 deletions

7
BilderDatum.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
:: 'start' entkoppelt den Prozess vom Terminal.
:: Die leeren Anfuehrungszeichen "" sind wichtig, falls der Pfad Leerzeichen hat.
start "" pythonw "C:\Program Files\exiftool-13.52_64\DatumAnpassen\exif_gui.pyw"
:: Das Terminal schliesst sich jetzt sofort
exit