Page 1 of 1

[WINDOWS] choco install filebot

Posted: 03 Jun 2015, 14:21
by rednoah
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. :ugeek:


:idea: Hit Windows + X and then A to start cmd in admin mode.

:idea: 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:

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"
2. Install FileBot:

Code: Select all

choco install filebot -y

If you want to upgrade filebot you can run:

Code: Select all

choco upgrade filebot -y
Image

Image


:idea: If you like FileBot please consider making a donation.