var fDesc=new Array(); fDesc[0] = "Batch File Renamer is able to rename all the files or folders of a chosen directory. There are a number of ways that the names of files and folders can be changed. The names can be completely redone and new names can be given, such as in number order or with meta variables. It is also possible to edit the names that are already given. This is done by removing or adding spaces, changing the letter casing or adding prefixes.

The program also lets you reorganize directories and insert meta variables, such as file size, file information and date or time created. Information on mp3 like headers and tags can also be included. With the Batch File Renamer it has become easier to clean up your files and get them ready to be published to the Internet.

Before any changes are put into effect, you will be able to preview them first. The program also gives you the tools needed to change file extensions. You can also specify image dimensions for BMP, JPG and GIF files. The interface is easy to use and clearly organized. You can see the files or folders and choose to act upon them or not."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }