1) Problem: When creating the CSPL directory (from the zip file), it does not create the "Projects" subdirectory. Solution 1: Revise the zip file to include an empty projects directory Solution 2: Change "csplcompanion.bat" to include a "make directory" function (would have to look for projects and if not existing, make it, otherwise do nothing - not sure how to code this. 2) Problem: In "csplcompanion.bat" (at least in winXP), the command line "CHOICE/N/C:ABC" doesn't work Solution 1: Change line in "csplcompanion.bat" to "choice /c:123 Enter your selection" and alter the three choices so they are numeric ("1,2,3") instead of alphabetical ("a,b,c") 3) Problem: Many of the "example graphics" in Chapter 3 of the manual do not appear beacause the link refers to a bad (i.e. non-existent) location. Solution 1: Create a new directory that matches the location reference and move the graphic files into it. Solution 2: Correct the references in the Manual & re-release it 4) Problem: In Chapter 3 of the manual, sections 3.3, 3.4, 3.5, and 3.6 are located "left to right" instead of "top to bottom" Solution 1: Edit the Manual & re-release it 5) Problem: The Chapter 3 tutorial states that the command #1 is supposed to create (among other things) a project file called "CSPLclient.cpp", but it actually creates a file called "CSPLclient.csp" Solution 1: In this case the batch file is creating the correct file, so revise the manual