ThePowerShellGuy.com

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

Browse by Tags

All Tags » Scripting games » PowerShell » Hex
Sorry, but there are no more tags available to filter with.
  • Scripting Games 2007 Beginner PowerShell Event 5

      I did not enter the beginners PowerShell Division, but did this 2 oneliners for Event 5: ABCs and 123s ( PS Answer: ABCs and 123s ) in the Beginner division: $r = $str.tochararray() | % {([int]$_).toString('x')} [String]::join('',[Char[]]($r |% {[int]''0x$_''})) So you get the Following output :  PoSH> $str = ''It ...
    Posted to The PowerShell Guy (Weblog) by admin on February 19, 2007
Powered by Community Server (Personal Edition), by Telligent Systems