@echo off @echo °±² descother.btm: add TCC descriptions to all chop 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\chop.png" describe "E:\mindprod\image\icon16\chop.png" /D"16x16 icon for the Chop project" if exist "E:\mindprod\image\icon32\chop.png" describe "E:\mindprod\image\icon32\chop.png" /D"32x32 icon for the Chop project" if exist "E:\mindprod\image\icon32\chop.gif" describe "E:\mindprod\image\icon32\chop.gif" /D"32x32 gif icon for the Chop project" if exist "E:\mindprod\image\icon48\chop.icon48.png" describe "E:\mindprod\image\icon48\chop.icon48.png" /D"roughly 48x48 icon for the Chop project" if exist "E:\mindprod\image\icon64\chop.png" describe "E:\mindprod\image\icon64\chop.png" /D"roughly 64x64 icon for the Chop project" if exist "E:\mindprod\image\icon64\chop.gif" describe "E:\mindprod\image\icon64\chop.gif" /D"64x64 gif icon for the Chop project" if exist "E:\mindprod\image\icon128\chop.png" describe "E:\mindprod\image\icon128\chop.png" /D"roughly 128x128 icon for the Chop project" if exist "E:\mindprod\image\screenshot\chop.png" describe "E:\mindprod\image\screenshot\chop.png" /D"screenshot for the Chop project" if exist "E:\mindprod\image\splash\chop.gif" describe "E:\mindprod\image\splash\chop.gif" /D"splash for the Chop project" if exist "E:\mindprod\application\chopicon32.gif" describe "E:\mindprod\application\chopicon32.gif" /D"chop 32x32 icon gif" if exist "E:\mindprod\application\chopicon64.gif" describe "E:\mindprod\application\chopicon64.gif" /D"chop 64x64 icon gif" if exist "E:\mindprod\application\chopsplash.gif" describe "E:\mindprod\application\chopsplash.gif" /D"chop splash gif" if exist "E:\mindprod\application\chop.jnlp" describe "E:\mindprod\application\chop.jnlp" /D"chop jnlp Java Web Start launch" if exist "E:\mindprod\precis\chop.txt" describe "E:\mindprod\precis\chop.txt" /D"precis of the Chop project: Chop the heads/tails off files just before or after some marker string in the file." if exist "E:\mindprod\pad\chop.xml" describe "E:\mindprod\pad\chop.xml" /D"ASP PAD desc of the Chop project: Chop the heads/tails off files just before or after some marker string in the file." if exist "E:\mindprod\zips\chop11.zip" describe "E:\mindprod\zips\chop11.zip" /D"Chop 1.1 distribute zip archive: Chop the heads/tails off files just before or after some marker string in the file." echo done rem -30-