var fDesc=new Array(); fDesc[0] = "PE Builder 3.1.10 lets you build a bootable Window CD-Rom or DVD from Windows XP or Windows Server 2003. It does not run on Windows NT4/ME/9x.

This is very useful for people that needs to install Operating Systems all the time

Bart´s PE Builder 3.1.10 will give you a Win32 environment with network support, a graphical user interface and FAT/NTFS/CDFS filesystem support.

You can use it to test systems that don´t have an Operating System installed, or to do a virus scan.

The program starts searching your units for valid installation files. Once found, you can specify, if you wish, to add a folder to your resulting CD or DVD image, name the output and choose if you want to create a folder, a disk image or burn it directly to a CD/DVD. You can even use rewritable media.

The program has a big list of plugins that can be enabled or disabled. Before you can use some plugins you must download the respective program and copy it to the plugin directory.

The program will then show you the Operating System´s License Agreement (not PE!), and then will build the boot CD/DVD for you."; 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 = ''; } }