hmmm prolly

copy c:\dir\*.txt c:\all.txt
for mering multiple word files into one

or

dir >> c:\listing.txt
to output a list of all files in a dir to a text file

those are the two things i use most - porlly

v_Ln