Page 1 of 1

Cant set Open Subtitles login with portable version

Posted: 11 Aug 2016, 21:42
by flexzi
If i run

Code: Select all

filebot -script fn:configure
on the portable version of filebot, nothing happens.

Is it not supposed to work for the portable version? It works if use the installer.

Re: Cant set Open Subtitles login with portable version

Posted: 11 Aug 2016, 22:10
by rednoah
You're calling FileBot.exe (portable GUI) when you should be calling filebot.cmd (portable CLI) instead.

:idea: On Windows, GUI applications never have a console, so there'll always be separate GUI / CLI executables.

Re: Cant set Open Subtitles login with portable version

Posted: 11 Aug 2016, 22:13
by flexzi
Thank you