I have found the problem.. on NT 4.0 the portion
code:
   	$fso = CreateObject("Scripting.FileSystemObject")
$f = $fso.GetFolder("C:\WINNT")
$DateARRAY=Split($f.DateCreated," ",1)

Is returning a two digit year where on 2K Xp it is returning a four digit year... I will work around this.

Thanks
_________________________
Austin Henderson