I'm not sure, I understand... display file to do what? I need to combine two (or more) pgn files. Besides, how do I use this command? Open some "run command" window?
Indeed, commands are typically run from the command-prompt window, which should be in your 'Windows accessories' menu group of the start menu on Win 7. Like with the GUI you first must go to where the PGN files you want to act on are, for which there is a 'cd' command ('change directory') and then type the commands to act on those PGN file. 'type' is the Windows command for displaying the contents of one or more text files in the command-prompt window. "type XXX" would show you the content of file XXX. "type XXX YYY" would show you the content of files XXX and YYY, one after the other. You can always 'catch' the output of any command on a file ZZZ, by writing "> ZZZ" behind it (the '>' symbolizing an arrow). And when a filename contains a '*', this is interpreted as a 'wildcard', matching any (part of a) filename.
So when you open the command-prompt window, and type something like
cd C:\chess\my games\
type *.pgn > collection
the type command will output all files with extension pgn that are in the folder C:\chess\my games\ behind each other, and write that output on the file 'collection' in the same folder.
I have that information about Scid vs. PC from my old forum and a link to their website. I'll definitely check it out. And that trick with DOS command to merge files as well. Thanks. Now, check this out. I've just been able to merge two relatively big PGN files virtually instantly using Arena 3.5. The way I did it is as follows: I opened one PGN file and opened its Game List. Then selected all games in it by right clicking and then choosing "Select All". Then I right clicked again and chose "Save selected games". The browser popped up saying, I think, "Save game as PGN file" and, after I chose another of the two files I wanted to merge, Arena successfully appended all games from the first file (11,113 games, 6.4 MB) at the end of the second (20,854 games, 12.9 MB)!!! I even checked total numbers to make sure they match.
But still, you never know...
I was also thinking about PGN Mentor software (about $25) but I want to hear about it more before buying it...