======================================================= NWCINFO.EXE: NWC File Information Extraction Tool ======================================================= The NWCINFO.EXE program runs as a WIN32 console program. It accepts a single command parameter, which is the name of an existing NWC file. It then output the song information and play back duration for the given file to the console window. Its output can be redirected to a file for further processing by other programs. Note that its output is not translated into the DOS characters set, so the Windows characters used by the file creator are preserved on output. Some characters such as the copyright symbol will not look correct in the console window, but will appear correct when using a file editor or viewer designed for Windows (such as after file redirection). You can also use this tool in list mode by specifying the /list option by itself on the command line. In this mode, a list of NWC files are read from standard input, and a tab delimited list of the files is produced on output. Each line of output includes the name of the file, followed by the title and author for the file, each separated by a tab character. This can be used to pipe the output of a "DIR" command into the NWCINFO command to generate a catalog of your NWC files. For example, from a command prompt, you could enter: dir /b /s c:\*.nwc | nwcinfo /list > my_nwc_catalog.tsv This produces a file of tab separated values, where each line is a NWC file on your C: drive, followed by the file's title and author, each separated by a tab character. For more information on the NoteWorthy Composer program, see: http://NoteworthySoftware.com ======================================================= SOFTWARE LICENSE AGREEMENT ======================================================= Your use of this software indicates your acceptance to the terms and conditions as defined in this license agreement. Please carefully read these terms and conditions prior to the use of this software. THIS SOFTWARE IS PROVIDED AS IS, AND IS NOT UNDER WARRANTY OF ANY KIND. The NWCINFO.EXE program is owned by NoteWorthy Software, Inc. and is protected by United States copyright laws, by laws of other nations, and by international treaties. NoteWorthy Software, Inc. grants to you the right to use the software on any computer in your possession. THIS PROGRAM IS FREEWARE. IT MAY BE FREELY COPIED AND DISTRIBUTED. If you have any questions concerning this agreement or wish to contact NoteWorthy Software, Inc. for any reason, please write: NoteWorthy Software, Inc. PO Box 211 Valdese NC 28690-0211 Web: http://NoteworthySoftware.com E-mail: support@noteworthysoftware.com ======================================================= Copyright © 2003 by NoteWorthy Software, Inc. All Rights Reserved =======================================================