tobias-tobin
Quick tidbits on computing.
Showing posts with label
Recursive File Search
.
Show all posts
Showing posts with label
Recursive File Search
.
Show all posts
Wednesday, April 21, 2010
VBScript tips - Recursive file search write results to file
›
This is much like the previous example, except in this script instead of echoing out the file names, we are going to write the files (and th...
VBScript tips - Recursive file search
›
'Create the FileSystemObject Set objFSO = Createobject("Scripting.FileSystemObject") 'Specify the folder that will be the ...
›
Home
View web version