[WINDOWS] choco install filebot
Posted: 03 Jun 2015, 14:21
The easiest way to install FileBot on Windows and setting up the filebot console tools is to just have chocolatey package manager do it all, fully automatically.
Hit Windows + X and then A to start cmd in admin mode.
Use Right-Click ► Paste to paste text into the command prompt and hit ENTER to execute a command.
In Administrator: Command Prompt do:
1. Install chocolatey:
2. Install FileBot:
If you want to upgrade filebot you can run:


If you like FileBot please consider making a donation.



In Administrator: Command Prompt do:
1. Install chocolatey:
Code: Select all
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Code: Select all
choco install filebot -y
If you want to upgrade filebot you can run:
Code: Select all
choco upgrade filebot -y
