@echo off @echo °±² descother.btm: add TCC descriptions to all example non-project files ²±° rem encoded in IBM850 rem This script was generated by com.mindprod.zzz.MkDesc. D o N o t E d i t . if exist "E:\mindprod\image\icon16\example.png" describe "E:\mindprod\image\icon16\example.png" /D"16x16 icon for the Example project" if exist "E:\mindprod\image\icon32\example.png" describe "E:\mindprod\image\icon32\example.png" /D"32x32 icon for the Example project" if exist "E:\mindprod\image\icon32\example.gif" describe "E:\mindprod\image\icon32\example.gif" /D"32x32 gif icon for the Example project" if exist "E:\mindprod\image\icon48\example.icon48.png" describe "E:\mindprod\image\icon48\example.icon48.png" /D"roughly 48x48 icon for the Example project" if exist "E:\mindprod\image\icon64\example.png" describe "E:\mindprod\image\icon64\example.png" /D"roughly 64x64 icon for the Example project" if exist "E:\mindprod\image\icon64\example.gif" describe "E:\mindprod\image\icon64\example.gif" /D"64x64 gif icon for the Example project" if exist "E:\mindprod\image\icon128\example.png" describe "E:\mindprod\image\icon128\example.png" /D"roughly 128x128 icon for the Example project" if exist "E:\mindprod\image\screenshot\example.png" describe "E:\mindprod\image\screenshot\example.png" /D"screenshot for the Example project" if exist "E:\mindprod\image\splash\example.gif" describe "E:\mindprod\image\splash\example.gif" /D"splash for the Example project" if exist "E:\mindprod\application\exampleicon32.gif" describe "E:\mindprod\application\exampleicon32.gif" /D"example 32x32 icon gif" if exist "E:\mindprod\application\exampleicon64.gif" describe "E:\mindprod\application\exampleicon64.gif" /D"example 64x64 icon gif" if exist "E:\mindprod\application\examplesplash.gif" describe "E:\mindprod\application\examplesplash.gif" /D"example splash gif" if exist "E:\mindprod\application\example.jnlp" describe "E:\mindprod\application\example.jnlp" /D"example jnlp Java Web Start launch" if exist "E:\mindprod\precis\example.txt" describe "E:\mindprod\precis\example.txt" /D"precis of the Example project: Example code for the Java glossary" if exist "E:\mindprod\pad\example.xml" describe "E:\mindprod\pad\example.xml" /D"ASP PAD desc of the Example project: Example code for the Java glossary" echo done rem -30-