Private/Get-IntroFFT.ps1

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

    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   -NoNewline
    Write-Host "Use "                                                                                   -ForegroundColor Yellow  -NoNewline
    Write-Host "Set-Location "                                                                          -ForegroundColor Cyan    -NoNewline
    Write-Host "to set the staging folder for all commands "                                       -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " --------------------------------------------------------------------"      -Foregroundcolor Green

    Write-Host " "
}