I want to thank all of you guys for the help!
I kind of got a working script. Not exactly what I wanted at the beginning, but it will definitely help in my backup purposes.
This is literally the *first* time I've touched VBS.
Set FSO = CreateObject("Scripting.FileSystemObject")
Dim strDir...
Thanks jges, that fixed the error!!
Right now I'll minimize the complexity of the script.
1. Find all jpgs in C:\ except C:\Program Files, and C:\Windows.
2. Move all found jpgs to new directory
Decided to do manual archiving and backup.
I edited the code but #2 doesn't work. The files are...
Hi mrmovie, thanks for pointing in the starting direction.
I have done and changed the code in my file accordingly.
However I get FSO Object Required Error
I searched online for a solution and most users suggested I have a wrong file path, but I do actually have F:\ drive with folder...
Hi Guys,
I've searched the forums and there are many recursive scripts, but I was wondering if anyone can help me out with one a bit more specific.
It's for WindowsXP (mainly) but if works for newer versions is great too!
I want to be able to search all .jpg/.jpeg files in C:\ (and all sub...
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.