Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple files and directory inputs #15

Open
shidarin opened this issue May 4, 2014 · 2 comments
Open

Allow multiple files and directory inputs #15

shidarin opened this issue May 4, 2014 · 2 comments

Comments

@shidarin
Copy link
Owner

shidarin commented May 4, 2014

Allow input to be multiple files or a directory of files

@shidarin shidarin added this to the Release milestone May 4, 2014
@skernster
Copy link

Has there been any movement on this?

@skernster
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants