Hi Christian,
Assuming your PC is Windows:
- put all the pgn files you want to merge into one single directory (maybe they are already organized accordingly, else create a new working directory and copy the pgn files you want to select there). If you are using another drive than c:, just adapt the following.
- open a Command window (cmd.exe)
- go to the directory your pgn files are in
Code:
cd c:\path_to_my_working_directory
. You may check the list using the command
- enter:
Code:
copy *.pgn c:\all.pgn
(you may change "all" name as you wish, or locate the output pgn file elsewhere, not in your input directory where the source pgn files are)
Ich hoffe, das ist hilfreich,
mit freundlichen Grußen,
Eric