Search found 1 match

by Pavel Chysky
Tue Apr 20, 2010 11:03 am
Forum: NConvert
Topic: Use Of Wildcards
Replies: 2
Views: 1667

Re: Use Of Wildcards

Nconvert.exe knows wildcards, but without quotations only, or knows quotations, but without wildcards only:
c:\mydir\sdf sd*.png - OK
"c:\my dir\sdf sd.png" - OK
"c:\my dir\sdf sd".png - OK
"c:\my dir\sdf sd*.png" - failed
"c:\my dir\sdf s"d*.png - failed

It seems the only way to workaround for ...