rajasekhar's blog

Thursday, June 25, 2009

Using PowerShell to convert upper case string to lower case

Posted by yn rajasekhar at 5:41 AM
Labels: lower case, PowerShell, upper case

2 comments:

Anonymous said...

Rename all files in a folder to uppercase:

$f = "$HOME\myFiles"
dir $f | Rename-Item -NewName {$_.Name.ToUpper()}

January 4, 2011 at 1:11 PM
Anonymous said...

Rename all files in al folder to lowercase:

$f = "$HOME\myFiles"
dir $f | Rename-Item -NewName {$_.Name.ToLower()}

January 4, 2011 at 1:14 PM

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

yn rajasekhar
View my complete profile

Blog Archive

  • ►  2019 (1)
    • ►  January (1)
  • ►  2015 (1)
    • ►  October (1)
  • ►  2013 (1)
    • ►  February (1)
  • ►  2010 (1)
    • ►  January (1)
  • ▼  2009 (9)
    • ►  December (1)
    • ▼  June (3)
      • Using PowerShell to convert upper case string to l...
      • FTP User Isolation in IIS 6.0
      • Zipping large file with winrar
    • ►  May (1)
    • ►  February (3)
    • ►  January (1)
  • ►  2008 (3)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)

Labels

  • .net
  • ASP.NET
  • C Visual Studio
  • c#
  • Calculator
  • code
  • Custom Control
  • Embeded resource
  • Error Handling
  • force www
  • FTP
  • host header
  • iis
  • java
  • lower case
  • Memory
  • PowerShell
  • RAM
  • ROM
  • Siverlight
  • upper case
  • User Control
  • winrar
  • Zip
Awesome Inc. theme. Powered by Blogger.