hi all i wanna make a script that can search a specific folder for lets say all exe files and then move them to another folder only problem is i duno where to start any help ?
wekk yes that is what i tryed but the problem is that the rootfolsder used (called folder) is added and the first layer of folders in there but not the folders in the second layer (sorry for my english is not that good)
this is what i have can someone modify it ? or guide me i am a real noob didnt do anything with vbs for a long time
objStartFolder = "C:\Folder\"
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
objExcel.Workbooks.Add
intRow = 2
objExcel.Cells(1, 1).Value =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.