Making entries in the script for system objects that were not included along with new PNGs.. Still working on the text structure to something more easier to work with. Renaming icons so a person can know what icon it affects.
[...]I was wondering, if problems occur after testing, can I boot up and replace with an earlier WPShell backup before testing with another script? Can one add comments to the text like one does with rexx scripts?
First, a terminology thing: if you're referring to 'bigicons.txt', then we're talking about a type of text-based INI file and *not* a script (i.e. it doesn't do anything on its own). AFAIK, there's nothing you could do to it to blow up the system, so don't worry about system backups and the like. The worst that could happen is that you won't get the PNG you wanted.
Next... the basic structure of the file ([application] entries followed by "key / value" pairs) must be preserved. And, the names of the applications (e.g. "CLASS", "TYPE") must remain unchanged because they're hard-coded. Beyond that, you can rearrange the applications and reorder the individual key/value pairs.
The file gets read once at WPS startup, so if you make changes to it, restart the Desktop to put them into effect. To enter a comment or comment-out a line, put a semicolon at the very beginning of the line.