Open shidarin opened 10 years ago
Has there been any movement on this?
I created a batch command with a loop function to solve this issue.
@echo off if [%1]==[] goto :eof :loop "C:\Python27\python.exe" "cdl_convert.py" "%1" -o ccc shift if not [%1]==[] goto loop pause
Allow input to be multiple files or a directory of files