Einzelnen Beitrag anzeigen
  #119  
Alt 31.01.2022, 09:44
Mephisto_Risc Mephisto_Risc ist offline
Lebende Foren Legende
 
Registriert seit: 22.01.2011
Beiträge: 5.790
Abgegebene Danke: 5.092
Erhielt 11.213 Danke für 3.781 Beiträge
Aktivitäten Langlebigkeit
0/20 14/20
Heute Beiträge
0/3 sssss5790
AW: Mephisto Lyon 68020 - 12 MHZ (2174) : Pewatronic Masterchess SH7034 - 24 MHZ (216

 Zitat von Tibono Beitrag anzeigen
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
Code:
dir *.pgn
- 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
Hello Eric !

Thank you very much for your explanations !

Best Regards,
Christian
Mit Zitat antworten