Page 1 of 1

Possible to run GUI with list of files per command?

Posted: 12 Sep 2015, 12:55
by N3asu
Hi,
I'm wondering if it is possible to start the FileBot-GUI with an initial list of files, passed to it per commandline argument.
I have not found anything on it and also tried to find out something using -help on the .exes, btw. I'm using Windows, but there was nothing useful.
I'm asking this because I'd like to use FileBot in combination with FreeCommander, so I can just select some files, hit a hotkey and have them in FileBot.

Thanks in advance,
N3asu

Re: Possible to run GUI with list of files per command?

Posted: 12 Sep 2015, 15:53
by rednoah
--mode ... a little used option implemented many years ago.

e.g.

Code: Select all

filebot --mode rename *.mkv
PS: once you got it working, please make a tutorial and post it here and in the FreeCommander forums please.

Re: Possible to run GUI with list of files per command?

Posted: 13 Sep 2015, 13:46
by N3asu
Thanks for the quick answer.
Already got it working fine and will make a tutorial soon.

- N3asu