var fDesc=new Array(); fDesc[0] = "DOSname is a small program that gets you the DOS form of a specified path or file.

If you occasionally need to get the (short) form of a path or filename, this tool comes to help.

Main Features :

- Gets the DOS (short) form of a specified path or file
- User friendly Select Dir and Select File buttons to browse to your file or folder
- Works also from the Command Prompt
- Runs on Windows 95/98/ME/NT4/2k/2k3/2k8/XP/Vista/7"; 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 = ''; } }