@echo off @echo °±² descother.btm: add TCC descriptions to all cropper 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\cropper.png" describe "E:\mindprod\image\icon16\cropper.png" /D"16x16 icon for the Cropper project" if exist "E:\mindprod\image\icon32\cropper.png" describe "E:\mindprod\image\icon32\cropper.png" /D"32x32 icon for the Cropper project" if exist "E:\mindprod\image\icon32\cropper.gif" describe "E:\mindprod\image\icon32\cropper.gif" /D"32x32 gif icon for the Cropper project" if exist "E:\mindprod\image\icon48\cropper.icon48.png" describe "E:\mindprod\image\icon48\cropper.icon48.png" /D"roughly 48x48 icon for the Cropper project" if exist "E:\mindprod\image\icon64\cropper.png" describe "E:\mindprod\image\icon64\cropper.png" /D"roughly 64x64 icon for the Cropper project" if exist "E:\mindprod\image\icon64\cropper.gif" describe "E:\mindprod\image\icon64\cropper.gif" /D"64x64 gif icon for the Cropper project" if exist "E:\mindprod\image\icon128\cropper.png" describe "E:\mindprod\image\icon128\cropper.png" /D"roughly 128x128 icon for the Cropper project" if exist "E:\mindprod\image\screenshot\cropper.png" describe "E:\mindprod\image\screenshot\cropper.png" /D"screenshot for the Cropper project" if exist "E:\mindprod\image\splash\cropper.gif" describe "E:\mindprod\image\splash\cropper.gif" /D"splash for the Cropper project" if exist "E:\mindprod\application\croppericon32.gif" describe "E:\mindprod\application\croppericon32.gif" /D"cropper 32x32 icon gif" if exist "E:\mindprod\application\croppericon64.gif" describe "E:\mindprod\application\croppericon64.gif" /D"cropper 64x64 icon gif" if exist "E:\mindprod\application\croppersplash.gif" describe "E:\mindprod\application\croppersplash.gif" /D"cropper splash gif" if exist "E:\mindprod\application\cropper.jnlp" describe "E:\mindprod\application\cropper.jnlp" /D"cropper jnlp Java Web Start launch" if exist "E:\mindprod\precis\cropper.txt" describe "E:\mindprod\precis\cropper.txt" /D"precis of the Cropper project: Crops and scales a group of image files (png, jpg, jpeg, gif) to a common size." if exist "E:\mindprod\pad\cropper.xml" describe "E:\mindprod\pad\cropper.xml" /D"ASP PAD desc of the Cropper project: Crops and scales a group of image files (png, jpg, jpeg, gif) to a common size." if exist "E:\mindprod\zips\cropper11.zip" describe "E:\mindprod\zips\cropper11.zip" /D"Cropper 1.1 distribute zip archive: Crops and scales a group of image files (png, jpg, jpeg, gif) to a common size." echo done rem -30-