Can someone help me with writing a script that runs at a specific hour and fills a table or a file with all founded files that match the search criteria.
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.