View Single Post
Old 17th March 2009, 12:24   #86  |  Link
0xdeadbeef
Author of BDSup2Sub
 
Join Date: Jun 2003
Posts: 478
Quote:
Originally Posted by turbojet View Post
I tried the wildcard cli: java -jar BDSup2Sub.jar "'00001*.sup' '*-bbsup2sub.sup /res:720"
You don't need the single quotes here at all since the file names don't contain any space. So the following should do as well:
Code:
java -jar BDSup2Sub.jar "00001*.sup *-bbsup2sub.sup /res:720"
If you need the single quotes (due to spaces in file names), they have to be around a filename, not around filename+parameter. I'll improve syntax checking in the next version though to avoid the exception.
0xdeadbeef is offline   Reply With Quote