7 lines
271 B
Batchfile
7 lines
271 B
Batchfile
@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 |