@echo off @echo °±² descother.btm: add TCC descriptions to all honk 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\honk.png" describe "E:\mindprod\image\icon16\honk.png" /D"16x16 icon for the Honk project" if exist "E:\mindprod\image\icon32\honk.png" describe "E:\mindprod\image\icon32\honk.png" /D"32x32 icon for the Honk project" if exist "E:\mindprod\image\icon32\honk.gif" describe "E:\mindprod\image\icon32\honk.gif" /D"32x32 gif icon for the Honk project" if exist "E:\mindprod\image\icon48\honk.icon48.png" describe "E:\mindprod\image\icon48\honk.icon48.png" /D"roughly 48x48 icon for the Honk project" if exist "E:\mindprod\image\icon64\honk.png" describe "E:\mindprod\image\icon64\honk.png" /D"roughly 64x64 icon for the Honk project" if exist "E:\mindprod\image\icon64\honk.gif" describe "E:\mindprod\image\icon64\honk.gif" /D"64x64 gif icon for the Honk project" if exist "E:\mindprod\image\icon128\honk.png" describe "E:\mindprod\image\icon128\honk.png" /D"roughly 128x128 icon for the Honk project" if exist "E:\mindprod\image\screenshot\honk.png" describe "E:\mindprod\image\screenshot\honk.png" /D"screenshot for the Honk project" if exist "E:\mindprod\image\splash\honk.gif" describe "E:\mindprod\image\splash\honk.gif" /D"splash for the Honk project" if exist "E:\mindprod\utility\honkicon32.gif" describe "E:\mindprod\utility\honkicon32.gif" /D"honk 32x32 icon gif" if exist "E:\mindprod\utility\honkicon64.gif" describe "E:\mindprod\utility\honkicon64.gif" /D"honk 64x64 icon gif" if exist "E:\mindprod\utility\honksplash.gif" describe "E:\mindprod\utility\honksplash.gif" /D"honk splash gif" if exist "E:\mindprod\utility\honk.jnlp" describe "E:\mindprod\utility\honk.jnlp" /D"honk jnlp Java Web Start launch" if exist "E:\sys\honk.exe" describe "E:\sys\honk.exe" /D"Windows executable to run the honk program: Play Windows system sounds or play wav files from the command line." if exist "E:\mindprod\precis\honk.txt" describe "E:\mindprod\precis\honk.txt" /D"precis of the Honk project: Play Windows system sounds or play wav files from the command line." if exist "E:\mindprod\pad\honk.xml" describe "E:\mindprod\pad\honk.xml" /D"ASP PAD desc of the Honk project: Play Windows system sounds or play wav files from the command line." if exist "E:\mindprod\zips\honk15.zip" describe "E:\mindprod\zips\honk15.zip" /D"Honk 1.5 distribute zip archive: Play Windows system sounds or play wav files from the command line." echo done rem -30-