2006-08-18, 02:37 AM
I would probally add them this way.... if they are in the database... kind of a shortcut to what Turkey posted..
open a command prompt:
FOR EACH /R %f in (*.mpg) DO addepisode "%f"
its the way I use in my first version of this batch file add before Turkey put it in the slick EXE file...
start in your video folder... and it will work recursively down... or change *.mpg to a full path\*.mpg ...
you might want to do a full path name to addepisode as well...
open a command prompt:
FOR EACH /R %f in (*.mpg) DO addepisode "%f"
its the way I use in my first version of this batch file add before Turkey put it in the slick EXE file...
start in your video folder... and it will work recursively down... or change *.mpg to a full path\*.mpg ...
you might want to do a full path name to addepisode as well...