Hi Grovkillen,
Did you ever get this working?
Shame no one from ms respond on this anymore.
Search found 3 matches
- Fri Sep 13, 2024 12:15 pm
- Forum: General Discussion
- Topic: [added in 15.0.27] Scrollable menu/dialog
- Replies: 27
- Views: 27295
- Wed Aug 18, 2021 11:06 am
- Forum: Technical / Scripting
- Topic: Count *.tif files from today in all subdirectory's
- Replies: 5
- Views: 4498
Re: Count *.tif files from today in all subdirectory's
Hi Dorian, Thanks for your help!! The problem is there are over 300k tif files in the folders and going to them 1 by 1 is taking to mutch time. I only need the number of added files on a dayly base. not the filenames oid. I have fount a powershell shript to do my bidding but was unable to get it in ...
- Wed Aug 18, 2021 7:29 am
- Forum: Technical / Scripting
- Topic: Count *.tif files from today in all subdirectory's
- Replies: 5
- Views: 4498
Count *.tif files from today in all subdirectory's
Hi All, I need a bit off your help to finish a script. I want to generate a count report of new *.tif files in a project folder and skip te ones whit a # in them. I have: C:\workdir\proj1 C:\workdir\proj2 C:\workdir\#services //In the proj1 folder are subfolders with tif files. I need to know howman...