Okay thanks, so my needs:
Each night at 3 o'clock the script should run.
When it runs it has to search on a variable (wich comes out of a database) in all the files (content and name) of the C-drive.
The filter should be:
(Sample) OR (SampleID AND Staining) OR (SampleID AND Staining)
All the founded files should be putten in a table (or in case that doesn't work in a text file) with the attributes date modified, date created, Titel, Path, Owner, Type
So that's what the script has to do. Is it possible?