Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wjbeckett

    Script to Move Folders and Files based on File Name

    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...
  2. wjbeckett

    Script to Move Folders and Files based on File Name

    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...
  3. wjbeckett

    Script to Move Folders and Files based on File Name

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

Part and Inventory Search

Back
Top