[WINDOWS] choco install filebot

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 24661
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:

Shell: Select all

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2. Install FileBot:

Shell: Select all

choco install filebot -y

If you want to upgrade filebot you can run:

Shell: Select all

choco upgrade filebot -y
Image

Image
:idea: Please read the FAQ and How to Request Help.
Post Reply