@echo off @echo °±² descother.btm: add TCC descriptions to all rightsize 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\rightsize.png" describe "E:\mindprod\image\icon16\rightsize.png" /D"16x16 icon for the RightSize project" if exist "E:\mindprod\image\icon32\rightsize.png" describe "E:\mindprod\image\icon32\rightsize.png" /D"32x32 icon for the RightSize project" if exist "E:\mindprod\image\icon32\rightsize.gif" describe "E:\mindprod\image\icon32\rightsize.gif" /D"32x32 gif icon for the RightSize project" if exist "E:\mindprod\image\icon48\rightsize.icon48.png" describe "E:\mindprod\image\icon48\rightsize.icon48.png" /D"roughly 48x48 icon for the RightSize project" if exist "E:\mindprod\image\icon64\rightsize.png" describe "E:\mindprod\image\icon64\rightsize.png" /D"roughly 64x64 icon for the RightSize project" if exist "E:\mindprod\image\icon64\rightsize.gif" describe "E:\mindprod\image\icon64\rightsize.gif" /D"64x64 gif icon for the RightSize project" if exist "E:\mindprod\image\icon128\rightsize.png" describe "E:\mindprod\image\icon128\rightsize.png" /D"roughly 128x128 icon for the RightSize project" if exist "E:\mindprod\image\screenshot\rightsize.png" describe "E:\mindprod\image\screenshot\rightsize.png" /D"screenshot for the RightSize project" if exist "E:\mindprod\image\splash\rightsize.gif" describe "E:\mindprod\image\splash\rightsize.gif" /D"splash for the RightSize project" if exist "E:\mindprod\application\rightsizeicon32.gif" describe "E:\mindprod\application\rightsizeicon32.gif" /D"rightsize 32x32 icon gif" if exist "E:\mindprod\application\rightsizeicon64.gif" describe "E:\mindprod\application\rightsizeicon64.gif" /D"rightsize 64x64 icon gif" if exist "E:\mindprod\application\rightsizesplash.gif" describe "E:\mindprod\application\rightsizesplash.gif" /D"rightsize splash gif" if exist "E:\mindprod\application\rightsize.jnlp" describe "E:\mindprod\application\rightsize.jnlp" /D"rightsize jnlp Java Web Start launch" if exist "E:\mindprod\precis\rightsize.txt" describe "E:\mindprod\precis\rightsize.txt" /D"precis of the RightSize project: checks png, jpg, gif and webp images to see if they are within specified size bounds" if exist "E:\mindprod\pad\rightsize.xml" describe "E:\mindprod\pad\rightsize.xml" /D"ASP PAD desc of the RightSize project: checks png, jpg, gif and webp images to see if they are within specified size bounds" if exist "E:\mindprod\zips\rightsize11.zip" describe "E:\mindprod\zips\rightsize11.zip" /D"RightSize 1.1 distribute zip archive: checks png, jpg, gif and webp images to see if they are within specified size bounds" echo done rem -30-