var fDesc=new Array(); fDesc[0] = "File Time Changer is the Free Command-line tool to quickly change the Date/Time stamp of the file.

It also allows you to view the current date/time of the file before modifying it.

You can view or modify all the 3 types of timestamp for the file,

* Creation Time
* Last Access Time
* Last Modified Time


Being a command-line tool makes it easy to automate through scripts.

File Time Changer works well on both 32-bit & 64-bit platforms starting from Windows XP to Windows 8."; 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 = ''; } }