@echo off @echo °±² descother.btm: add TCC descriptions to all extract 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\extract.png" describe "E:\mindprod\image\icon16\extract.png" /D"16x16 icon for the Extract project" if exist "E:\mindprod\image\icon32\extract.png" describe "E:\mindprod\image\icon32\extract.png" /D"32x32 icon for the Extract project" if exist "E:\mindprod\image\icon32\extract.gif" describe "E:\mindprod\image\icon32\extract.gif" /D"32x32 gif icon for the Extract project" if exist "E:\mindprod\image\icon48\extract.icon48.png" describe "E:\mindprod\image\icon48\extract.icon48.png" /D"roughly 48x48 icon for the Extract project" if exist "E:\mindprod\image\icon64\extract.png" describe "E:\mindprod\image\icon64\extract.png" /D"roughly 64x64 icon for the Extract project" if exist "E:\mindprod\image\icon64\extract.gif" describe "E:\mindprod\image\icon64\extract.gif" /D"64x64 gif icon for the Extract project" if exist "E:\mindprod\image\icon128\extract.png" describe "E:\mindprod\image\icon128\extract.png" /D"roughly 128x128 icon for the Extract project" if exist "E:\mindprod\image\screenshot\extract.png" describe "E:\mindprod\image\screenshot\extract.png" /D"screenshot for the Extract project" if exist "E:\mindprod\image\splash\extract.gif" describe "E:\mindprod\image\splash\extract.gif" /D"splash for the Extract project" if exist "E:\mindprod\application\extracticon32.gif" describe "E:\mindprod\application\extracticon32.gif" /D"extract 32x32 icon gif" if exist "E:\mindprod\application\extracticon64.gif" describe "E:\mindprod\application\extracticon64.gif" /D"extract 64x64 icon gif" if exist "E:\mindprod\application\extractsplash.gif" describe "E:\mindprod\application\extractsplash.gif" /D"extract splash gif" if exist "E:\mindprod\application\extract.jnlp" describe "E:\mindprod\application\extract.jnlp" /D"extract jnlp Java Web Start launch" if exist "E:\mindprod\precis\extract.txt" describe "E:\mindprod\precis\extract.txt" /D"precis of the Extract project: Search files for matches or non matches using Strings or regexes" if exist "E:\mindprod\pad\extract.xml" describe "E:\mindprod\pad\extract.xml" /D"ASP PAD desc of the Extract project: Search files for matches or non matches using Strings or regexes" if exist "E:\mindprod\zips\extract13.zip" describe "E:\mindprod\zips\extract13.zip" /D"Extract 1.3 distribute zip archive: Search files for matches or non matches using Strings or regexes" echo done rem -30-