Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Get the -Date Picture Taken- Property From a .JPG FileContent of Get the -Date Picture Taken- Property From a .JPG File.vbsMD5 Hash: 2392745ADB21EC96AEC3D2926B195E50 |
||
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset") objConnection.Open "Provider=Search.CollatorDSO;Extended Properties='Application=Windows';" objRecordSet.Open "SELECT System.FileName, System.Photo.DateTaken FROM SYSTEMINDEX " & _ "Where System.ItemFolderPathDisplay = 'D:\Europe' and System.FileExtension = '.jpg'", _ objConnection objRecordSet.MoveFirst Do Until objRecordset.EOF Wscript.Echo objRecordset.Fields.Item("System.FileName"), _ objRecordset.Fields.Item("System.Photo.DateTaken") objRecordset.MoveNext Loop | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |