OK, in your screenshot the error 14 also refers to the P&E Microsystems site. P&E Micro provides support for the programming interface for CodeWarrior. Going to their web site, error 14 means that the programmer can't find the algorithm file. This file contains information on how to program the flash part.
What happened is that you renamed the CodeWarrior directory, but the flash programmer and other software components still look for key files that they need along the old directory pathname. Change the directory back to its original name and things should start working again.
When installing CodeWarrior, the installer does allow you to specify a different directory name. You can use that feature to place the version 7.1 of CodeWarrior into a different directory from the 6.2 version. This allows the two sets of CW tools to coexist
---Tom