A Handy Renaming Tool Built into Windows

April 25, 2008 on 5:20 am | In Tech | No Comments

If you need to rename a bunch of file extensions, instead of hunting around for weird programs or doing it by hand, you can just use a tool already built into windows. It’s using the Command Prompt (ie DOS) and it goes like this:

rename *.txt *.wtf

So, that converts all files with the extension (which windows uses to recognize which program will open the file) from .txt to .wtf.

That’s handy, but that means you’ll have to navigate to the specific folder and run the command, which is annoying. What you can do is create what’s called a batch file, is like a little programming/scripting language within Windows. So, I created a text file and renamed it with the extension “.bat” and it has this in it:

ECHO OFF
REM Replace the m4a with the current file type and the m4b with the target file type
RENAME *.m4a *.m4b
ECHO Done!
PAUSE

So, all I need to do is copy this file into whatever folder files are, open it and viola, done! As you can tell, I’m using it to change the .m4a audio files to .m4b audiobook files for my iPod. Audiobook files remember the last place you were when you were listening to it while m4a’s are just regular files and would just start all over again. Very handy.

You can download my bat file, here. You may have to right-click on that link and go down to “Save Link As…” or “Save Targe As…”. You can edit it by right-clicking on it and going down to edit. Replace the m4a with the current file type and the m4b with the target file type.

Enjoy!

I really like comments, so please take a few seconds to leave one. If you enjoyed this post, make sure you subscribe to my RSS feed!

del.icio.us:A Handy Renaming Tool Built into Windows digg:A Handy Renaming Tool Built into Windows reddit:A Handy Renaming Tool Built into Windows fark:A Handy Renaming Tool Built into Windows Y!:A Handy Renaming Tool Built into Windows
Related Posts:
Windows File Management Utilities
Course Selection…
Time to Switch to Linux?
Learning and Plasticity Lecture Recordings 2008 Fall

The 4-Hour Work Week Lifestyle

April 24, 2008 on 5:28 am | In Lifestyle Design, Personal Finance | No Comments

A retired couple essentially live the 4-Hour Work Week Lifestyle, though instead of automated income, they have pensions. They enjoy the good life on $2000 dollars a month in Mexico. This is strictly a “if you’ve got the time and you want a little motivation for your own journey” article.

Enjoy:

How we retired in luxury — on $2000 a month

I really like comments, so please take a few seconds to leave one. If you enjoyed this post, make sure you subscribe to my RSS feed!

del.icio.us:The 4-Hour Work Week Lifestyle digg:The 4-Hour Work Week Lifestyle reddit:The 4-Hour Work Week Lifestyle fark:The 4-Hour Work Week Lifestyle Y!:The 4-Hour Work Week Lifestyle
Related Posts:
The Most Important Piece of Career Advice You Probably Never Heard
I took the easy route
Work-Life Balance is a Lie
The “I Deserve It” Way to Poverty!

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Internet marketing Halifax and Cheap Web Hosting by Web Savers.
Valid XHTML and CSS. ^Top^