@echo off @echo °±² descother.btm: add TCC descriptions to all reflow 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\reflow.png" describe "E:\mindprod\image\icon16\reflow.png" /D"16x16 icon for the Reflow project" if exist "E:\mindprod\image\icon32\reflow.png" describe "E:\mindprod\image\icon32\reflow.png" /D"32x32 icon for the Reflow project" if exist "E:\mindprod\image\icon32\reflow.gif" describe "E:\mindprod\image\icon32\reflow.gif" /D"32x32 gif icon for the Reflow project" if exist "E:\mindprod\image\icon48\reflow.icon48.png" describe "E:\mindprod\image\icon48\reflow.icon48.png" /D"roughly 48x48 icon for the Reflow project" if exist "E:\mindprod\image\icon64\reflow.png" describe "E:\mindprod\image\icon64\reflow.png" /D"roughly 64x64 icon for the Reflow project" if exist "E:\mindprod\image\icon64\reflow.gif" describe "E:\mindprod\image\icon64\reflow.gif" /D"64x64 gif icon for the Reflow project" if exist "E:\mindprod\image\icon128\reflow.png" describe "E:\mindprod\image\icon128\reflow.png" /D"roughly 128x128 icon for the Reflow project" if exist "E:\mindprod\image\screenshot\reflow.png" describe "E:\mindprod\image\screenshot\reflow.png" /D"screenshot for the Reflow project" if exist "E:\mindprod\image\splash\reflow.gif" describe "E:\mindprod\image\splash\reflow.gif" /D"splash for the Reflow project" if exist "E:\mindprod\application\reflowicon32.gif" describe "E:\mindprod\application\reflowicon32.gif" /D"reflow 32x32 icon gif" if exist "E:\mindprod\application\reflowicon64.gif" describe "E:\mindprod\application\reflowicon64.gif" /D"reflow 64x64 icon gif" if exist "E:\mindprod\application\reflowsplash.gif" describe "E:\mindprod\application\reflowsplash.gif" /D"reflow splash gif" if exist "E:\mindprod\application\reflow.jnlp" describe "E:\mindprod\application\reflow.jnlp" /D"reflow jnlp Java Web Start launch" if exist "E:\mindprod\precis\reflow.txt" describe "E:\mindprod\precis\reflow.txt" /D"precis of the Reflow project: Reflows a text file so all lines are about the same length." if exist "E:\mindprod\pad\reflow.xml" describe "E:\mindprod\pad\reflow.xml" /D"ASP PAD desc of the Reflow project: Reflows a text file so all lines are about the same length." if exist "E:\mindprod\zips\reflow10.zip" describe "E:\mindprod\zips\reflow10.zip" /D"Reflow 1.0 distribute zip archive: Reflows a text file so all lines are about the same length." echo done rem -30-