diff --git a/Source/PowerShell/Convert_ISO_to_RVZ.ps1 b/Source/PowerShell/Convert_ISO_to_RVZ.ps1 index 14f0fb3..5da26cc 100644 --- a/Source/PowerShell/Convert_ISO_to_RVZ.ps1 +++ b/Source/PowerShell/Convert_ISO_to_RVZ.ps1 @@ -38,13 +38,13 @@ function Show-WelcomeScreen { Clear-Host Write-Host "" Write-Host " $($host.ui.RawUI.WindowTitle)" - Write-Host " +================================================+" - Write-Host " | |" - Write-Host " | This script will search for GameCube's ISO |" - Write-Host " | files in the current working directory, and |" - Write-Host " | use DolphinTool to convert them to RVZ format. |" - Write-Host " | |" - Write-Host " +================================================+" + Write-Host " +=================================================+" + Write-Host " | |" + Write-Host " | This script will search for GameCube and Wii |" + Write-Host " | ISO files in the current working directory, and |" + Write-Host " | use DolphinTool to convert them to RVZ format. |" + Write-Host " | |" + Write-Host " +=================================================+" Write-Host "" Write-Host " Script Settings " -ForegroundColor DarkGray Write-Host " ========================" -ForegroundColor DarkGray diff --git a/Source/PowerShell/Extract_RVZ_to_ISO.ps1 b/Source/PowerShell/Extract_RVZ_to_ISO.ps1 index 5dbc628..353a93c 100644 --- a/Source/PowerShell/Extract_RVZ_to_ISO.ps1 +++ b/Source/PowerShell/Extract_RVZ_to_ISO.ps1 @@ -28,13 +28,13 @@ function Show-WelcomeScreen { Clear-Host Write-Host "" Write-Host " $($host.ui.RawUI.WindowTitle)" - Write-Host " +================================================+" - Write-Host " | |" - Write-Host " | This script will search for GameCube's RVZ |" - Write-Host " | files in the current working directory, and |" - Write-Host " | use DolphinTool to convert them to ISO format. |" - Write-Host " | |" - Write-Host " +================================================+" + Write-Host " +=================================================+" + Write-Host " | |" + Write-Host " | This script will search for GameCube and Wii |" + Write-Host " | RVZ files in the current working directory, and |" + Write-Host " | use DolphinTool to convert them to ISO format. |" + Write-Host " | |" + Write-Host " +=================================================+" Write-Host "" Write-Host " Script Settings " -ForegroundColor DarkGray Write-Host " ========================" -ForegroundColor DarkGray