Home > Uncategorized > Lower case all those hundread files in a folder – in one minute.

Lower case all those hundread files in a folder – in one minute.

Today, I was hit by an eclipse (Android) requirement, that all resource files should be in lower case. Powershell came to rescue.

Start the powershell, by typing powershell in command window.

change to resource directory

$files= dir

dir $files| Rename-Item -NewName {$_.Name.ToLower()}

 

Advertisement
Categories: Uncategorized
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.