Page 1 of 1

filebot -help not showing

Posted: 08 Nov 2012, 10:13
by s4ndst0rm
Hi There!

When i type "filebot -help" in cmd.exe (win7 64bit) nothing shows up.
Same happens when i type all other commands like "filebot -rename" etc...

what am i doing wrong?


regards

Re: filebot -help not showing

Posted: 08 Nov 2012, 10:35
by rednoah
Make sure you're calling the cmdline, not starting GUI app, i.e. filebot should resolve to filebot.cmd, not filebot.launcher.exe (msi) or FileBot.exe (portable), etc

Did you install filebot with the msi? Or download portable and add that to the PATH?

Works for me:

Code: Select all

C:\Users\reinhard>filebot -version
FileBot 3.1 (r1296) / Java(TM) SE Runtime Environment 1.7.0_09

Re: filebot -help not showing

Posted: 08 Nov 2012, 11:08
by s4ndst0rm
thx! filebot.cmd works...

how can i set java -D parameters for filebot.cmd ?

Re: filebot -help not showing

Posted: 08 Nov 2012, 12:45
by rednoah
Just edit the filebot.cmd, it's just a shell script text file.