Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
wko2csv-withwildcards.exe | 2009-08-10 | 29.2 kB | |
SimpleOpt.h | 2009-08-10 | 36.3 kB | |
SimpleGlob.h | 2009-08-10 | 28.3 kB | |
wko2csv.cpp | 2009-08-10 | 43.3 kB | |
wko2csv.zip | 2009-08-10 | 670.7 kB | |
README.txt | 2009-08-10 | 809 Bytes | |
RELEASENOTES.txt | 2009-08-10 | 2.5 kB | |
wko2csv.exe | 2009-08-10 | 24.1 kB | |
wko2csv.c | 2009-08-10 | 39.9 kB | |
WKO File Format Docs v0.16.docx | 2009-08-10 | 105.5 kB | |
WKO File Format Docs v0.16.pdf | 2009-08-10 | 775.7 kB | |
Totals: 11 Items | 1.8 MB | 0 |
the wko2csv.exe program is an Microsoft windows 32bit executable that should be run from a cmd prompt (start->run->cmd). Full source is available from sourceforge. in this first beta release it will read files listed on the command line and output them to stdout in csv format. for example; c:> wko2csv myfile.wko will result in a lot of data spewed out to the terminal. c:> wko2csv myfile.wko > myfile.csv will redirect the output of the program to a csv file. In future releases there will be greater flexibility for controlling the program and processing files in batch using wildcards. But this first public release is to help identify more significant problems with decoding .wko files. Please let me know how you get on, by emailing me at liversedge@gmail.com. Thanks!!