Originally posted by passedpawn22Just open each pgn file and copy them into another pgn file with a space in between each game.
Does anybody know the Windows commands where you can append multiple pgn (text) files into 1 text file? This would make updating my database much easier.
Thanks!
[EDIt] Oh, you want windows to do this for you automatically? I think you'd have to write your own program to do it, which is actually very simple.
D
Originally posted by cabandmushcopy game1.pgn+game2.pgn+game3.pgn allgames.pgn
You can use the dos "copy" command. Select "run" from the start menu, type "cmd" to get a dos window and then look at the help file for "copy" (type - copy /?).
I'd run some tests first as it could all go horribly wrong 🙂
Something like this?
Originally posted by RagnorakIf you have nothing to say ..... don't say it here. You have just wasted a post saying basically nothing. Save it for the General Forum.
Just open each pgn file and copy them into another pgn file with a space in between each game.
[EDIt] Oh, you want windows to do this for you automatically? I think you'd have to write your own program to do it, which is actually very simple.
D
Also, there are some pgn DOS utilities in the PGNUTILS package in the link below that might be of use to you. (Things like a utility to strip out the comments from a pgn, etc.)
http://www.enpassant.dk/chess/softeng.htm#PGNUTILS
While you can just use DOS commands like the other posters stated, the PGN Manager utility on the same page will also allow you to join and split pgn files.