i have code carry out process on single file, alter script loops through files in directory "h:\letter display\letters" file type " .ltr " , saves them all: const forreading = 1 const forwriting = 2 set objfso = createobject("scripting.filesystemobject") set objfile = objfso.opentextfile("h:\letter display\letters\ltrprt__00000008720000000001ni-k-rmnd.ltr", forreading) str1000 = "1000" str1100 = "1100" str1200 = "1200" str9990 = "9990" arrcommas1 = array(14,31,41,59,70,81,101,111,124,138) arrcommas2 = array(14,31,41,55,79,144,209,274,409,563,589,608,623) arrcommas3 = array (14,32,41,73,83,97,106,156,167,184,188,195,207,260,273,332,368,431,461,472,593,617,666,772,810,834,848,894,898) arrcommas4 = array(14,31,41) until objfile.atendofstream strline = objfile.readline if left(strline, 4) = str1000 intlength = len(strline) each strcomma in arrcommas1 strline =...