ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » RawUI » fun
  • A PoSHy New Year part 1

    Hope you all had a good X-mas let's count down to the new Year ( *edit* fixed the script I forgot the $r = new-object Random line , thanks to cert for noticing in the comments and to agoodb for providing the fix there ) :# NewYear1.ps1 # PoSHy New Year Part 1 # Gives seconds till NewYear with some firework # /\/\o\/\/ # ...
    Posted to The PowerShell Guy (Weblog) by MoW on December 27, 2007
  • A PoSHy X-mas part two

    And in this second part, let there be balls ..    # Merry X-mas from PoSH part 2 # http://thePowerShellGuy.com Function Merry-Xmas { 1..2 |% { $Peek = '' ^ '' $tree = ''/|\'' $i = 20 $pos = $host.ui.rawui.CursorPosition write-host -fore 'Red' ($peek.PadLeft($i -1).PadRight(36) * 2) write-host ...
    Posted to The PowerShell Guy (Weblog) by MoW on December 16, 2007
Powered by Community Server (Personal Edition), by Telligent Systems