Public/Get-IntroFFTools.ps1

Function Get-IntroFFTools {
    Write-Host "
                         _______ _______ _______ __
                        | _ | _ | .-----.-----| .-----.
                        |. 1___|. 1___|.| | | _ | _ | |__ --|
                        |. __) |. __) '-|. |-|_____|_____|__|_____|
                        |: | |: | |: |
                        |::.| |::.| |::.|
                        '---' '---' '---'
"
 -Foregroundcolor Green

    Write-Host " --------------------------------------------------------------------"      -Foregroundcolor Green
    Write-Host " > "                                                                        -Foregroundcolor Green   -NoNewline
    Write-Host "Use "                                                                                   -ForegroundColor Yellow  -NoNewline
    Write-Host "Get-FFTools "                                                                           -ForegroundColor Cyan    -NoNewline
    Write-Host "to see a list of Commands "                                      -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " > "                                                                        -Foregroundcolor Green   -NoNewline
    Write-Host "Use "                                                                                   -ForegroundColor Yellow  -NoNewline
    Write-Host "Get-Modules "                                                                           -ForegroundColor Cyan    -NoNewline
    Write-Host "to discover more modules "                                      -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " > "                                                                        -Foregroundcolor Green   -NoNewline
    Write-Host "FFMpeg and FFProbe v4.1.3 added to the enviroment path "                      -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " --------------------------------------------------------------------"      -Foregroundcolor Green

    Write-Host " "
}