hi there

i am looking desperately for a command that searches for a file on a specific drive i.e. C:

All i have is default\doc.dot but that can be anywhere under C:

so what i need to do is to find the whole path of default\doc.dot under that C: drive which maybe looks like that at the end: C:\test\123\default\doc.dot

C:\test\123\default\ should be a variable at the end which i can use to copy new files into it

complicated?