In a message dated 6/23/2004 1:58:20 AM Pacific Daylight Time, [EMAIL PROTECTED] writes:
> 0005: FILE.2.FIND = 'EDI.TXT' > 0006: EXECUTE 'DOS /C DIR /B C:\' CAPTURING X RETURNING Y > 0007: ITS.THERE = (INDEX(X, FILE.2.FIND, 1) > 0) This looks like an old way to do it. Perhaps this is off an MvBase system that didn't have direct access to the underlying DOS file structure. You should just be able to create a pointer to the DOS directory and then do a COUNT on the file from TCL. Will ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
