Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Summary Information for a Set of FilesContent of List Summary Information for a Set of Files.vbsMD5 Hash: 02C75CFE3468A00C948B981F171C687B |
||
' Description: Lists summary information for all the files in the folder C:\Scripts.
Const FILE_NAME = 0 Set objShell = CreateObject ("Shell.Application") Set objFolder = objShell.Namespace ("C:\Scripts") For Each strFileName in objFolder.Items Wscript.Echo "File name: " & objFolder.GetDetailsOf _ (strFileName, FILE_NAME) Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |