[WINDOWS] choco install filebot

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[WINDOWS] choco install filebot

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply