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
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
type *.ris > temp/merged.ris
Or on OS X/Linux:
cat *.ris > temp/merged.ris