From 856590bce8864b040d528c961c40880451b6160c Mon Sep 17 00:00:00 2001 From: Christopher Lentocha Date: Fri, 21 Jun 2024 12:39:33 -0400 Subject: [PATCH] Add Batch Script for Easier Use on Windows This was copied from MTKClient, but renamed MTK to EDL, of course Signed-off-by: Christopher Lentocha --- edl.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 edl.bat diff --git a/edl.bat b/edl.bat new file mode 100644 index 0000000..28db81d --- /dev/null +++ b/edl.bat @@ -0,0 +1,3 @@ +@echo off +title EDLClient +python "%~dp0edl" %*