@echo off @echo °±² descother.btm: add TCC descriptions to all yyyymmdd 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\yyyymmdd.png" describe "E:\mindprod\image\icon16\yyyymmdd.png" /D"16x16 icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon32\yyyymmdd.png" describe "E:\mindprod\image\icon32\yyyymmdd.png" /D"32x32 icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon32\yyyymmdd.gif" describe "E:\mindprod\image\icon32\yyyymmdd.gif" /D"32x32 gif icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon48\yyyymmdd.icon48.png" describe "E:\mindprod\image\icon48\yyyymmdd.icon48.png" /D"roughly 48x48 icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon64\yyyymmdd.png" describe "E:\mindprod\image\icon64\yyyymmdd.png" /D"roughly 64x64 icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon64\yyyymmdd.gif" describe "E:\mindprod\image\icon64\yyyymmdd.gif" /D"64x64 gif icon for the YYYYMMDD project" if exist "E:\mindprod\image\icon128\yyyymmdd.png" describe "E:\mindprod\image\icon128\yyyymmdd.png" /D"roughly 128x128 icon for the YYYYMMDD project" if exist "E:\mindprod\image\screenshot\yyyymmdd.png" describe "E:\mindprod\image\screenshot\yyyymmdd.png" /D"screenshot for the YYYYMMDD project" if exist "E:\mindprod\image\splash\yyyymmdd.gif" describe "E:\mindprod\image\splash\yyyymmdd.gif" /D"splash for the YYYYMMDD project" if exist "E:\mindprod\utility\yyyymmddicon32.gif" describe "E:\mindprod\utility\yyyymmddicon32.gif" /D"yyyymmdd 32x32 icon gif" if exist "E:\mindprod\utility\yyyymmddicon64.gif" describe "E:\mindprod\utility\yyyymmddicon64.gif" /D"yyyymmdd 64x64 icon gif" if exist "E:\mindprod\utility\yyyymmddsplash.gif" describe "E:\mindprod\utility\yyyymmddsplash.gif" /D"yyyymmdd splash gif" if exist "E:\mindprod\utility\yyyymmdd.jnlp" describe "E:\mindprod\utility\yyyymmdd.jnlp" /D"yyyymmdd jnlp Java Web Start launch" if exist "E:\sys\yyyymmdd.exe" describe "E:\sys\yyyymmdd.exe" /D"Windows executable to run the yyyymmdd program: Display date and time in pipeable form for the command line" if exist "E:\sys\hhmm.exe" describe "E:\sys\hhmm.exe" /D"Windows executable to run the HHMM program" if exist "E:\sys\yymmdd.exe" describe "E:\sys\yymmdd.exe" /D"Windows executable to run the YYMMDD program" if exist "E:\mindprod\precis\yyyymmdd.txt" describe "E:\mindprod\precis\yyyymmdd.txt" /D"precis of the YYYYMMDD project: Display date and time in pipeable form for the command line" if exist "E:\mindprod\pad\yyyymmdd.xml" describe "E:\mindprod\pad\yyyymmdd.xml" /D"ASP PAD desc of the YYYYMMDD project: Display date and time in pipeable form for the command line" if exist "E:\mindprod\zips\yyyymmdd16.zip" describe "E:\mindprod\zips\yyyymmdd16.zip" /D"YYYYMMDD 1.6 distribute zip archive: Display date and time in pipeable form for the command line" echo done rem -30-