@echo off @echo °±² descother.btm: add TCC descriptions to all greetingcard 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\greetingcard.png" describe "E:\mindprod\image\icon16\greetingcard.png" /D"16x16 icon for the GreetingCard project" if exist "E:\mindprod\image\icon32\greetingcard.png" describe "E:\mindprod\image\icon32\greetingcard.png" /D"32x32 icon for the GreetingCard project" if exist "E:\mindprod\image\icon32\greetingcard.gif" describe "E:\mindprod\image\icon32\greetingcard.gif" /D"32x32 gif icon for the GreetingCard project" if exist "E:\mindprod\image\icon48\greetingcard.icon48.png" describe "E:\mindprod\image\icon48\greetingcard.icon48.png" /D"roughly 48x48 icon for the GreetingCard project" if exist "E:\mindprod\image\icon64\greetingcard.png" describe "E:\mindprod\image\icon64\greetingcard.png" /D"roughly 64x64 icon for the GreetingCard project" if exist "E:\mindprod\image\icon64\greetingcard.gif" describe "E:\mindprod\image\icon64\greetingcard.gif" /D"64x64 gif icon for the GreetingCard project" if exist "E:\mindprod\image\icon128\greetingcard.png" describe "E:\mindprod\image\icon128\greetingcard.png" /D"roughly 128x128 icon for the GreetingCard project" if exist "E:\mindprod\image\screenshot\greetingcard.png" describe "E:\mindprod\image\screenshot\greetingcard.png" /D"screenshot for the GreetingCard project" if exist "E:\mindprod\image\splash\greetingcard.gif" describe "E:\mindprod\image\splash\greetingcard.gif" /D"splash for the GreetingCard project" if exist "E:\mindprod\applet\greetingcardicon32.gif" describe "E:\mindprod\applet\greetingcardicon32.gif" /D"greetingcard 32x32 icon gif" if exist "E:\mindprod\applet\greetingcardicon64.gif" describe "E:\mindprod\applet\greetingcardicon64.gif" /D"greetingcard 64x64 icon gif" if exist "E:\mindprod\applet\greetingcardsplash.gif" describe "E:\mindprod\applet\greetingcardsplash.gif" /D"greetingcard splash gif" if exist "E:\mindprod\applet\greetingcard.jnlp" describe "E:\mindprod\applet\greetingcard.jnlp" /D"greetingcard jnlp Java Web Start launch" if exist "E:\mindprod\precis\greetingcard.txt" describe "E:\mindprod\precis\greetingcard.txt" /D"precis of the GreetingCard project: Prints a greeting card given an arbitrary image." if exist "E:\mindprod\pad\greetingcard.xml" describe "E:\mindprod\pad\greetingcard.xml" /D"ASP PAD desc of the GreetingCard project: Prints a greeting card given an arbitrary image." if exist "E:\mindprod\zips\greetingcard10.zip" describe "E:\mindprod\zips\greetingcard10.zip" /D"GreetingCard 1.0 distribute zip archive: Prints a greeting card given an arbitrary image." echo done rem -30-