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 ?
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.