What is the correct command line to upload multiple videos with description and tags to youtube using googlecl?
youtube post sample1.wmv sample2.wmv
The above code uploads both videos fine, but I would like to add summary and tags and can't figure out where to put --summary and --tags appropriately. Or is a batch command file a better option for multiple videos? If so, what is the structure of such batch file, because googlecl does not respond to normal .bat files.
Thanks