scoop install filebot

Support for Windows users
Locked
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

scoop install filebot

Post by rednoah »

FileBot is available via the Scoop command-line installer Windows.


1. Open PowerShell and install Scoop:

powershell: Select all

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

2. Enable the extras bucket:

powershell: Select all

scoop bucket add extras

3. Install FileBot:

powershell: Select all

scoop install filebot

4. Run filebot:

Shell: Select all

filebot -script fn:sysinfo
:idea: Please read the FAQ and How to Request Help.
Locked