@echo off @echo °±² descother.btm: add TCC descriptions to all bootsave 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\bootsave.png" describe "E:\mindprod\image\icon16\bootsave.png" /D"16x16 icon for the BootSave project" if exist "E:\mindprod\image\icon32\bootsave.png" describe "E:\mindprod\image\icon32\bootsave.png" /D"32x32 icon for the BootSave project" if exist "E:\mindprod\image\icon32\bootsave.gif" describe "E:\mindprod\image\icon32\bootsave.gif" /D"32x32 gif icon for the BootSave project" if exist "E:\mindprod\image\icon48\bootsave.icon48.png" describe "E:\mindprod\image\icon48\bootsave.icon48.png" /D"roughly 48x48 icon for the BootSave project" if exist "E:\mindprod\image\icon64\bootsave.png" describe "E:\mindprod\image\icon64\bootsave.png" /D"roughly 64x64 icon for the BootSave project" if exist "E:\mindprod\image\icon64\bootsave.gif" describe "E:\mindprod\image\icon64\bootsave.gif" /D"64x64 gif icon for the BootSave project" if exist "E:\mindprod\image\icon128\bootsave.png" describe "E:\mindprod\image\icon128\bootsave.png" /D"roughly 128x128 icon for the BootSave project" if exist "E:\mindprod\image\screenshot\bootsave.png" describe "E:\mindprod\image\screenshot\bootsave.png" /D"screenshot for the BootSave project" if exist "E:\mindprod\image\splash\bootsave.gif" describe "E:\mindprod\image\splash\bootsave.gif" /D"splash for the BootSave project" if exist "E:\mindprod\utility\bootsaveicon32.gif" describe "E:\mindprod\utility\bootsaveicon32.gif" /D"bootsave 32x32 icon gif" if exist "E:\mindprod\utility\bootsaveicon64.gif" describe "E:\mindprod\utility\bootsaveicon64.gif" /D"bootsave 64x64 icon gif" if exist "E:\mindprod\utility\bootsavesplash.gif" describe "E:\mindprod\utility\bootsavesplash.gif" /D"bootsave splash gif" if exist "E:\mindprod\utility\bootsave.jnlp" describe "E:\mindprod\utility\bootsave.jnlp" /D"bootsave jnlp Java Web Start launch" if exist "E:\sys\bootsave.com" describe "E:\sys\bootsave.com" /D"Windows executable to run the bootsave program: Restores corrupted boot record from backup" if exist "E:\sys\bootchk.com" describe "E:\sys\bootchk.com" /D"Windows executable to run the bootchk program" if exist "E:\sys\bootrest.com" describe "E:\sys\bootrest.com" /D"Windows executable to run the bootrest program" if exist "E:\mindprod\precis\bootsave.txt" describe "E:\mindprod\precis\bootsave.txt" /D"precis of the BootSave project: Restores corrupted boot record from backup" if exist "E:\mindprod\pad\bootsave.xml" describe "E:\mindprod\pad\bootsave.xml" /D"ASP PAD desc of the BootSave project: Restores corrupted boot record from backup" if exist "E:\mindprod\zips\bootsave29.zip" describe "E:\mindprod\zips\bootsave29.zip" /D"BootSave 2.9 distribute zip archive: Restores corrupted boot record from backup" echo done rem -30-