>> I want to import a large number (~100) of individual pgn files into a
>> Scid database. I'm under the impression that I can only import 4 at a
>> time. Is this correct? If not, what is the correct procedure?  Worse
>> comes to worst, I can always stitch the pgn files together with a  
>> shell
>> script or something.
>>
>> Thanks.

Just to spell out the _shell script or something_ :
I never had any problems with something like

        cat *.pgn >> big.mac
        mv big.mac big.pgn

or

        type *.pgn >> big.win
        ren big.win big.pgn

Is that the _worst to worst_ scenario ?
No, I think it should be something like mv * /dev/null !

Benoit St-Pierre

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to