I see a lot of older files in my "2.75" nwc folder.
nwc-convert.exe is certainly a conversion tool and /? gives the expected commandline help which was already mentioned before.
But, since this program was made in 2011, it is not sure that it will still do the job for recent files.
C:\Program Files (x86)\Noteworthy Software\NoteWorthy Composer 2>dir
Volume in drive C is Windows
Volume Serial Number is 2449-477F
Directory of C:\Program Files (x86)\Noteworthy Software\NoteWorthy Composer 2
[code]12/12/2016 18:07 <DIR> .
12/12/2016 18:07 <DIR> ..
12/12/2016 18:07 <DIR> AutoUserTools
12/12/2016 18:07 <DIR> Fonts
12/12/2016 18:07 <DIR> itrees
03/09/2015 22:30 1 878 LICENSE.RTF
20/12/2011 16:31 75 872 nwc-conv.exe
22/09/2015 14:16 1 909 976 NWC2.exe
17/09/2015 09:25 73 512 nwc2.ico
09/04/2014 13:26 210 NWC2.visualelementsmanifest.xml
22/09/2015 13:07 259 777 nwc2help.chm
29/06/2010 00:09 30 824 NWC2STDA.TTF
22/09/2015 12:16 10 100 Nwc2tips.tip
25/07/2007 13:54 1 078 NWCTXT.ICO
23/08/2013 23:01 2 708 piano.ini
22/09/2015 12:55 3 545 README.TXT
12/12/2016 18:07 <DIR> SAMPLES
12/12/2016 18:07 <DIR> Scripts
12/12/2016 18:07 <DIR> Setups
12/12/2016 18:07 <DIR> Template
12/12/2016 18:07 53 056 Uninstall.exe
12 File(s) 2 422 536 bytes
C:\Program Files (x86)\Noteworthy Software\NoteWorthy Composer 2>nwc-conv.exe /?
nwc-conv: version 2.5
This program is a front end command to the file convert options
available in the main NoteWorthy Composer 2 program.
Usage: nwc-conv IN_FMT OUT_FMT [-h|-v|-t|-0|-1]
IN_FMT
This specifies the input file or format that will be used.
This can be the name of a *.nwc or *.nwctxt file, or if
STDIN is used, it should indicate "NWC" or "NWCTXT".
OUT_FMT
This specifies the output file or format that will be used.
The format can be one of NWC, NWCTXT, MID, or INFO, but may
not be the same as the IN_FMT. This can be the name of the
intended output file, or just the the format name if STDOUT
is used.
-h Shows this help message
-v Shows the program name and version
-t Conversion process will use "NWC2Test" program
-0 Use type 0 when converting to MIDI
-1 Use type 1 when converting to MIDI
Example: nwc-conv NWCTXT "out\test.mid" -1
This creates a Type 1 MIDI file using the NWCTXT text
provided on standard input (STDIN)
Example: nwc-conv "in\test.nwc" NWCTXT > "out\test.nwctxt"
This converts the test.nwc file into NWCTXT which is sent
via standard output (STDOUT) to a test.nwctxt file
NWC2 Instance: C:\PROGRA~2\NOTEWO~1\NOTEWO~1\nwc2.exe
C:\Program Files (x86)\Noteworthy Software\NoteWorthy Composer 2>
Bart