Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Custom Document PropertyContent of Delete a Custom Document Property.vbsMD5 Hash: 46942F46EB4AB1C55ABA11F7265FA0BF |
||
' Description: Deletes a custom property (TestProperty) from the summary information properties for a document named C:\Scripts\Test.doc.
Set objPropertyReader = CreateObject("DSOleFile.PropertyReader") Set objDocument = objPropertyReader.GetDocumentProperties_ ("C:\Scripts\Test.doc") Set colCustomProperties = objDocument.CustomProperties For Each strProperty in colCustomProperties If strProperty.Name = "TestProperty" Then strProperty.Remove() End If Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |