Link to home
Start Free TrialLog in
Avatar of jvriends
jvriends

asked on

Returning all documents with document properties of null

Our orginazation is making it mandatory for all our staff to insert Document Properties when creating a document in Word, Access, Excel and Power Point for searchability.

Microsoft created a .dll which will allow ASP/VBSCRIPT to search/write to these properties.  The DLL is called: DSOFILE and can be called by using set objPropReader = CreateObject("DSOLEFILE.PropertyReader")

More info about the DLL can be obtained from:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q224351&

I would like to generate a ASP script to scan through a directory and sub directories looking for .doc, .xls, .ppt .mdb documents which have nothing specificed for Author, Keywords, Manager, Comments, Title and Subject.  Does anyone know how this could be done or could help me with some source code.

I'm pretty new to ASP/VBSCRIPT.

Thanks,
 jvriends

***Admin : Edited for content 6-16-08 MM***
ASKER CERTIFIED SOLUTION
Avatar of Member_2_547613
Member_2_547613
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial