var fDesc=new Array(); fDesc[0] = "File Commander is a 32 bit text mode file manager and shell that allows you to locate, copy, move, delete, view, edit and execute your files in a quick, convenient and customizable manner.

It's main display provides dual directory view panels that may serve as source and destination of a copy or move operation or just two different views of your files. A panel may also be used to view a directory tree, drive statistics or may be turned off altogether, making visible the output of previously executed commands.

A command line is also provided and operates in conjuction with the directory panels to make it much more powerful than a regular CLI including pasting file names from the panel, a command history recall window and command completion from history.

Main Features

-Built in archive support, with ZIP, ARJ, RAR and LZH types currently supported.
-Text mode for speed and other advantages
-Mouse support.
-Long file name support
-Online help.
-Many configuration options.
-Colourization of file names by boolean expression
-Built in file viewer with hex view mode.
-Built in editor with undo/redo and cut/copy/paste ability using the global clipboard.
-Code Page Translation function viewer and editor.
-File Find facility combining wildcard file name filters with file contents scanning.
-Calculation of the total disk usage of a directory tree.
-Tree views for quick and easy directory changes.
-Intelligent execution of the different types of executables supported by OS/2 or Windows 95/NT.
-User definable menu including powerful operators such as
-Run a command once for every tagged file.
-Automatically create a file containing a list of tagged files.
-Get input value from the user.
-List all tagged files in the parameter list, automatically running the command multiple times if the command line gets too long.
-Easy creation of Workplace Shell objects.
-Directory history for changing back to recently viewed directories.
-Enhanced wildcard handling including boolean operators (and, or, not, brackets) for combining multiple file name masks.
-Flexible file name filtering.
-Support for 4DOS/4OS2 descriptions
-132 column mode support.
-Start DOS programs with session settings (OS/2 only)"; 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 = ''; } }