Hi!
Can somebody post the nice tool PGNsplit of Odd Gunnar Malin?
Second: Can somebody show me the syntax in pgn-extract to use "splitvariants"?
Sorry for my bad english
Thanks in advance
Request PGNsplit
Moderator: Ras
-
Guenther
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Request PGNsplit
Odd Gunnars site is still available via the Wayback archives:
(I checked that the download still works and it does!)
https://web.archive.org/web/20070514074 ... lin/sjakk/
In case of dead sites, which contained tools or other useful programs you can always try to add
the link of the vanished site at the main site of the 'waybackmachine' and quite often it is saved there
https://web.archive.org/
Code: Select all
PgnSplit v.1.1
This commandline tool will take an inputfile in pgn-format with variations
and output each variation as a separate game into the outputfile.
Syntax:
PgnSplit [options] <inputfile> <outputfile>
Options:
/c 0|1 - Write comment to outpufile, default=1
/m <number> - Max moves/game. ex /m 10, default=999
/n 0|1 - Expand nag values, default=1
/v 0|1 - Extend variation, default=1
History:
3.dec.2003 1.0 - Initial release
28.dec.2003 1.1 - Fixed bug when reading long comment
Odd Gunnar Malin