mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 11:05:05 -05:00
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 <christopherericlentocha@gmail.com>
This commit is contained in:
parent
a6bb478da0
commit
856590bce8
1 changed files with 3 additions and 0 deletions
3
edl.bat
Normal file
3
edl.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
title EDLClient
|
||||
python "%~dp0edl" %*
|
Loading…
Reference in a new issue