batch import
I did a search on the forums for "batch import" and came up empty, so forgive me if this post is redundant. I have a bunch of .ris files that I would like to import without having to do it one at a time. Is this possible and if not, I think it would be a nice feature.
Thanks
Thanks
type *.ris > temp/merged.ris
Or on OS X/Linux:
cat *.ris > temp/merged.ris