var fDesc=new Array(); fDesc[0] = "Handy File Tool is an efficient file managing application suite that can rename, find and replace files internally. It provides good file management options that are suitable for programmers, web-users as well as novice level computer users. It offers a handy solution for dealing with hundreds of files and saves the user from manual hard work, just at the mere click of a button.

Handy File Tool has the option of simultaneous processing of several files, directories as well as disks. It has a couple of panels in the interface one providing a basket clipboard option, basically meaning finding, copying, replacing or renaming multiple files with different formats as well attributes, at the same time.

The key features mainly include: browsing and managing different files and folders, copying and moving them, creation and deletion of new folders, finding files by a mask or date, renaming files in multiple folders at the same time, replacement of text blocks as well as multiple strings in a number of folders simultaneously. Its interface is simple and easy to work with, so overall a genuine solution for file management with loads of features and quick operation.

Above all, it’s a freeware, free from any adware or spyware, which gives satisfactory performance most of the times."; 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 = ''; } }