View Single Post
Old 08-18-2010, 08:41 AM   #42
lilman
Addict
lilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-books
 
lilman's Avatar
 
Posts: 326
Karma: 960
Join Date: Jul 2009
Location: Florida, US
Device: Kindle DX, iPad
Quote:
Originally Posted by lanfearl View Post
I think I'm doing the filepaths wrong....

java -jar Canti.jar -parent_folder /Users/Jack/Documents/Manga/Clannad/ -title "Clannad" -manga-prefix "Ch." -output folder /users/Jack/documents/

When i run the command above it gives me error invalid number of arguments.
Some small spelling errors, should be:
Code:
java -jar Canti.jar -parent_folder /Users/Jack/Documents/Manga/Clannad/ -title "Clannad" -manga_prefix "Ch." -output_folder /Users/Jack/Documents/
lilman is offline   Reply With Quote