@echo off @echo °±² descother.btm: add TCC descriptions to all keyplayer 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\keyplayer.png" describe "E:\mindprod\image\icon16\keyplayer.png" /D"16x16 icon for the KeyPlayer project" if exist "E:\mindprod\image\icon32\keyplayer.png" describe "E:\mindprod\image\icon32\keyplayer.png" /D"32x32 icon for the KeyPlayer project" if exist "E:\mindprod\image\icon32\keyplayer.gif" describe "E:\mindprod\image\icon32\keyplayer.gif" /D"32x32 gif icon for the KeyPlayer project" if exist "E:\mindprod\image\icon48\keyplayer.icon48.png" describe "E:\mindprod\image\icon48\keyplayer.icon48.png" /D"roughly 48x48 icon for the KeyPlayer project" if exist "E:\mindprod\image\icon64\keyplayer.png" describe "E:\mindprod\image\icon64\keyplayer.png" /D"roughly 64x64 icon for the KeyPlayer project" if exist "E:\mindprod\image\icon64\keyplayer.gif" describe "E:\mindprod\image\icon64\keyplayer.gif" /D"64x64 gif icon for the KeyPlayer project" if exist "E:\mindprod\image\icon128\keyplayer.png" describe "E:\mindprod\image\icon128\keyplayer.png" /D"roughly 128x128 icon for the KeyPlayer project" if exist "E:\mindprod\image\screenshot\keyplayer.png" describe "E:\mindprod\image\screenshot\keyplayer.png" /D"screenshot for the KeyPlayer project" if exist "E:\mindprod\image\splash\keyplayer.gif" describe "E:\mindprod\image\splash\keyplayer.gif" /D"splash for the KeyPlayer project" if exist "E:\mindprod\application\keyplayericon32.gif" describe "E:\mindprod\application\keyplayericon32.gif" /D"keyplayer 32x32 icon gif" if exist "E:\mindprod\application\keyplayericon64.gif" describe "E:\mindprod\application\keyplayericon64.gif" /D"keyplayer 64x64 icon gif" if exist "E:\mindprod\application\keyplayersplash.gif" describe "E:\mindprod\application\keyplayersplash.gif" /D"keyplayer splash gif" if exist "E:\mindprod\application\keyplayer.jnlp" describe "E:\mindprod\application\keyplayer.jnlp" /D"keyplayer jnlp Java Web Start launch" if exist "E:\mindprod\precis\keyplayer.txt" describe "E:\mindprod\precis\keyplayer.txt" /D"precis of the KeyPlayer project: show what keystroke events happen when you hit various keys" if exist "E:\mindprod\pad\keyplayer.xml" describe "E:\mindprod\pad\keyplayer.xml" /D"ASP PAD desc of the KeyPlayer project: show what keystroke events happen when you hit various keys" if exist "E:\mindprod\zips\keyplayer15.zip" describe "E:\mindprod\zips\keyplayer15.zip" /D"KeyPlayer 1.5 distribute zip archive: show what keystroke events happen when you hit various keys" echo done rem -30-