I resolved this script by adding the following to the end.
' Scan each folder
For Each sFolder In oFSO.GetFolder(sTorrents).SubFolders
' check if the folder name contains TV Show Parameters
If InStr(1, sFolder.Name, "hdtv", 1) OR InStr(1, sFolder.Name, "s0", 1) <> 0 Then
' TV Show Folder...
I need it to move the whole folder.
For example,
All of my downloads go to D:/Torrents/
Most downloads aren't single files but folders with the movie or TV show within them.
So I need the script to pick up any folder in D:/torrents that has a movie or TV show in it (determined by key words in...
I currently have a VBscript that scans a folder for files and moves the files to particular folders depending on key words in the file name.
Currently the script only moves loose files and not folders and I need it to Move both folders and files based on keywords in the name.
Can someone give...
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.