The CD Burner application was developed to be a command-line program that backs up folders and files specified in a text file to CD-W.The list file that contains the specification of the files to copy to the CD-W has a certain format. Comments are allowed. Three forms of comments are supported. The forms are copied from the C language, the C++ language, and the DOS batch file 'language'. - A comment can start with /* and end with */ and can extend across lines (or not) (C style). - A comment can start with // and ends at the end of the current line (C++ style). - A comment can start with :: and ends at the end of the current line (DOS batch style).