Hi All,
I'm trying to make one small addition to Jeffrey Snover's start-demo (awesome tool to demo with) to clear the screen.
Something similar to below:
{
$_.StartsWith("c")}Write-Host -NoNewLine cls
{
}
That way when I'm demoing PS and I can use "c" to clear the screen and keep demo at the top so everyone can see it.
Any ideas?
TIA,
Jay