I rip all of my movies to my HDD so I can watch them in other rooms, on vacation, etc. The folder structure is [Movie name]>Video>movie.vob
. I want to create a .bat
file that will look through all of my movie folders and create shortcuts to all of the .vob
files in a different folder so that I have a master list of links directly to the movies.
I found this link that shows how to make a shortcut via a .bat
file, but I am unsure how to make a loop (or even if I can) in a .bat
file that will search 3 folders deep in a hierarchy to find a file.
VBA would also work since I already have an Access database that reads [Movie name]
and creates a PDF list of the movie titles. I could incorporate the shortcut creation in the pdf creation.
Thanks in advance!