Hello,
I have a task that requires searching through four directories on a server, and deleting certain specified files using VBScript. These files to be deleted are *.tif files (faxes) and these *.tif files must be created by Windows NT Fax Server. The problem that I'm running into involves this second condition; filtering by the creation software (in this case Windows NT Fax Server.)
I've attemped to incorporate WMI's CIM_DataFile and CIM_LogicalFile properties, but recognition of the creation software isn't one of their properties. I'm not aware of any FileSystemObject property that would allow me to see this creation software either.
Any help or suggestions are greatly appreciated!
Nonya88
I have a task that requires searching through four directories on a server, and deleting certain specified files using VBScript. These files to be deleted are *.tif files (faxes) and these *.tif files must be created by Windows NT Fax Server. The problem that I'm running into involves this second condition; filtering by the creation software (in this case Windows NT Fax Server.)
I've attemped to incorporate WMI's CIM_DataFile and CIM_LogicalFile properties, but recognition of the creation software isn't one of their properties. I'm not aware of any FileSystemObject property that would allow me to see this creation software either.
Any help or suggestions are greatly appreciated!
Nonya88