Einzelnen Beitrag anzeigen
  #118  
Alt 31.01.2022, 08:00
Tibono Tibono ist offline
Resurrection
 
Registriert seit: 22.05.2018
Ort: Frankreich
Alter: 64
Land:
Beiträge: 630
Abgegebene Danke: 4.364
Erhielt 1.462 Danke für 504 Beiträge
Aktivitäten Langlebigkeit
7/20 7/20
Heute Beiträge
0/3 ssssss630
AW: Mephisto Lyon 68020 - 12 MHZ (2174) : Pewatronic Masterchess SH7034 - 24 MHZ (216

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
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Tibono für den nützlichen Beitrag:
Mephisto_Risc (31.01.2022)