@ -1020,7 +1020,7 @@ public extern static string BrandingFormatString(string sFormat);
}
while ($Key.Key -ne [ConsoleKey]::Enter)
while ($Key.Key -notin ([ConsoleKey]::Escape, [ConsoleKey]::Enter))
# Extract the localized "Browse" string from shell32.dll
@ -976,7 +976,7 @@ public extern static string BrandingFormatString(string sFormat);
@ -1052,7 +1052,7 @@ public extern static string BrandingFormatString(string sFormat);
@ -995,7 +995,7 @@ public extern static string BrandingFormatString(string sFormat);
@ -1027,7 +1027,7 @@ public extern static string BrandingFormatString(string sFormat);