Thank you soo much...I was actually using something similar but all I was doing was looping

Code:
;$id = dir("c:\lotus\notes\data\*.*")
;while $id <> "" and @error = 0

; ? $id
; ;if $id = "*.id"
; ; ? "Eureka, I did it"
; ;endif


; $id = dir() ;retrieve next file
;loop

I didn't realize I code specify the extension in the DIR line...

Thank you again for such a quick response....
Also....can I use the command Xcopy with kixtart?
I know copy is available but does not have the switches of Xcopy like /i ( which will create a folder if not already there)

Thanks again