@echo off @echo °±² descother.btm: add TCC descriptions to all jarcheck 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\jarcheck.png" describe "E:\mindprod\image\icon16\jarcheck.png" /D"16x16 icon for the JarCheck project" if exist "E:\mindprod\image\icon32\jarcheck.png" describe "E:\mindprod\image\icon32\jarcheck.png" /D"32x32 icon for the JarCheck project" if exist "E:\mindprod\image\icon32\jarcheck.gif" describe "E:\mindprod\image\icon32\jarcheck.gif" /D"32x32 gif icon for the JarCheck project" if exist "E:\mindprod\image\icon48\jarcheck.icon48.png" describe "E:\mindprod\image\icon48\jarcheck.icon48.png" /D"roughly 48x48 icon for the JarCheck project" if exist "E:\mindprod\image\icon64\jarcheck.png" describe "E:\mindprod\image\icon64\jarcheck.png" /D"roughly 64x64 icon for the JarCheck project" if exist "E:\mindprod\image\icon64\jarcheck.gif" describe "E:\mindprod\image\icon64\jarcheck.gif" /D"64x64 gif icon for the JarCheck project" if exist "E:\mindprod\image\icon128\jarcheck.png" describe "E:\mindprod\image\icon128\jarcheck.png" /D"roughly 128x128 icon for the JarCheck project" if exist "E:\mindprod\image\screenshot\jarcheck.png" describe "E:\mindprod\image\screenshot\jarcheck.png" /D"screenshot for the JarCheck project" if exist "E:\mindprod\image\splash\jarcheck.gif" describe "E:\mindprod\image\splash\jarcheck.gif" /D"splash for the JarCheck project" if exist "E:\mindprod\application\jarcheckicon32.gif" describe "E:\mindprod\application\jarcheckicon32.gif" /D"jarcheck 32x32 icon gif" if exist "E:\mindprod\application\jarcheckicon64.gif" describe "E:\mindprod\application\jarcheckicon64.gif" /D"jarcheck 64x64 icon gif" if exist "E:\mindprod\application\jarchecksplash.gif" describe "E:\mindprod\application\jarchecksplash.gif" /D"jarcheck splash gif" if exist "E:\mindprod\application\jarcheck.jnlp" describe "E:\mindprod\application\jarcheck.jnlp" /D"jarcheck jnlp Java Web Start launch" if exist "E:\mindprod\precis\jarcheck.txt" describe "E:\mindprod\precis\jarcheck.txt" /D"precis of the JarCheck project: Check a jar to make sure all the javac -target versions of the class files are what you expect" if exist "E:\mindprod\pad\jarcheck.xml" describe "E:\mindprod\pad\jarcheck.xml" /D"ASP PAD desc of the JarCheck project: Check a jar to make sure all the javac -target versions of the class files are what you expect" if exist "E:\mindprod\zips\jarcheck15.zip" describe "E:\mindprod\zips\jarcheck15.zip" /D"JarCheck 1.5 distribute zip archive: Check a jar to make sure all the javac -target versions of the class files are what you expect" echo done rem -30-