This is the function I need.
It works great on XP.

Run Xcopy K:\dir C:\dir /EXCLUDE:\\tm2\netlogon\exclude.txt /D /v /r /k /y /i

This will copy the most current file to the new directory, and exclude and file extensions list in the text file.

My Problem: the exclude function is not available in Win 98 xcopy.

Any idea's how to copy a directory's most current files, and exclude, for example .txt
Do I use ENum Function? I'm not quite sure. Thanks