Start.ps1

[CmdletBinding()]
param (
    [string]$MainTitle = 'Flex Log Analyzer',
    [string]$LogOLH = "https://support.crestron.com/app/answers/detail/a_id/1000347/",
    [string]$FlexLog = ""
)

$temp = $FlexLog

Import-Module FlexAnalyzer
#Import-Module "C:\Crestron\Flex\FlexAnalyzer\FlexAnalyzer.psm1"

Start-FlexAnalyzer($temp)