Alright, here is my problem. Ignore my first post since it has been resolved.
The statement in which the script searches for the existance of a .dgn file in the given variable folder is where I'm having problems. The basic EXIST() function only searches the folder to which you specify, in other words, it doesn't search the sub-dirs of the specified folder.

**How do I create an IF EXIST() statement that will not only check the files in C:\MyFolder, but also the files in C:\MyFolder\SubFold and C:\MyFolder\SubFold\SubFold etc...all together?

Do you understand what I mean now?

[ 08. October 2002, 21:23: Message edited by: professor ]