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

Windows: Not processing multiple file parameters #26

Open
neuhaus opened this issue Jun 12, 2017 · 3 comments
Open

Windows: Not processing multiple file parameters #26

neuhaus opened this issue Jun 12, 2017 · 3 comments

Comments

@neuhaus
Copy link
Contributor

neuhaus commented Jun 12, 2017

When I give multiple file parameters to the CMD script on Windows, it only looks at the first one.

Example:

gear360pano.cmd 360_1*.JPG 360_3*.JPG
@ultramango
Copy link
Owner

Currently this is by design, the second argument is the Hugin template that should be used. But it kind of make sens to move the template parameter away from positional arguments.

@ftoledo
Copy link

ftoledo commented Jun 12, 2017

maybe using a @list_of_files as parameter?

@sechanbask
Copy link

sechanbask commented Jul 14, 2017

I have find a solution :

For %%X in (*.JPG) do (gear360pano.cmd %%X)

I think it must be added to the readme file

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

No branches or pull requests

4 participants