Windows 7 Power Shell

C:\Users\UserName>powershell
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\UserName> pwd

Path
----
C:\Users\UserName


PS C:\Users\UserName> 'hello, world!'.ToUpper()
HELLO, WORLD!
PS C:\Users\UserName>