Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify Document Property InformationContent of Modify Document Property Information.vbsMD5 Hash: DC6E9FE73B86783B1FD54CB6E273F6FF |
||
' Description: Modifies the Category property included in 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") objDocument.Category = "Scripting Documents" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |