var fDesc=new Array(); fDesc[0] = "All COM objects included into the Command22 package are used for running the console application or MS DOS commands from inside your application and providing your application with methods to control the child process input and output.
Command22 COM objects work with Visual Basic, Visual C++ and other (D)COM/ActiveX/Win 32 compatible development environments.
Command22 enables your application to run MS-DOS command, batch file or console application."; 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 = ''; } }