📄 desc.btm
字号:
@echo off
@echo 氨槽 desc.btm: add 4NT descriptions to all base64 files 鄄卑
rem Update the 4NT file descriptions in descript.ion and manifest.txt
E:
cd E:\com\mindprod\base64
rem -- *.bat and *.btm files --
if exist desc.btm describe "desc.btm" /D"creates 4NT file descriptions"
rem -- *.class files --
rem Generic description to all class files, overridden later
for %i in (*.class ) do describe %i "compiled Java byte code"
if exist base64manual.html describe "base64manual.html" /D"detailed HTML manual for the Base64 project"
if exist base64paddesc.html describe "base64paddesc.html" /D"HTML ASP PAD description of the Base64 project"
if exist E:\mindprod\pad\base64.html describe "E:\mindprod\pad\base64.html" /D"HTML ASP PAD description of the Base64 project: encode/decode with Base64 and Base64u"
rem -- *.jar files --
if exist base64.jar describe "base64.jar" /D"Base64 jarred class files: encode/decode with Base64 and Base64u"
if exist E:\mindprod\application\base64icon32.gif describe "E:\mindprod\application\base64icon32.gif" /D"base64 32x32 icon gif"
if exist E:\mindprod\application\base64icon64.gif describe "E:\mindprod\application\base64icon64.gif" /D"base64 64x64 icon gif"
if exist E:\mindprod\application\base64splash.gif describe "E:\mindprod\application\base64splash.gif" /D"base64 splash gif"
if exist E:\mindprod\application\base64.jnlp describe "E:\mindprod\application\base64.jnlp" /D"base64 jnlp Java Web Start launch"
if exist base64.jnlp describe "base64.jnlp" /D"base64 jnlp Java Web Start launch"
rem -- java files --
rem -- *.look files --
if exist base64.look describe "base64.look" /D"Base64 jar file contents list."
rem -- *.png and *gif files --
if exist base64icon16.png describe "base64icon16.png" /D"16x16 icon for the Base64 project"
if exist base64icon32.png describe "base64icon32.png" /D"32x32 icon for the Base64 project"
if exist base64icon48.png describe "base64icon48.png" /D"roughly 48x48 icon for the Base64 project"
if exist base64icon64.png describe "base64icon64.png" /D"roughly 64x64 icon for the Base64 project"
if exist base64icon128.png describe "base64icon128.png" /D"roughly 128x128 icon for the Base64 project"
if exist base64screenshot.png describe "base64screenshot.png" /D"screenshot for the Base64 project"
if exist base64splash.gif describe "base64splash.gif" /D"splash gif for the Base64 project"
if exist base64icon32.gif describe "base64icon32.gif" /D"32x32 gif icon for the Base64 project"
if exist base64icon64.gif describe "base64icon64.gif" /D"64x64 gif icon for the Base64 project"
rem -- other *.png and *gif files --
if exist E:\mindprod\image\icon16\base64.png describe "E:\mindprod\image\icon16\base64.png" /D"16x16 icon for the Base64 project"
if exist E:\mindprod\image\icon32\base64.png describe "E:\mindprod\image\icon32\base64.png" /D"32x32 icon for the Base64 project"
if exist E:\mindprod\image\icon32\base64.gif describe "E:\mindprod\image\icon32\base64.gif" /D"32x32 gif icon for the Base64 project"
if exist E:\mindprod\image\icon48\base64icon48.png describe "E:\mindprod\image\icon48\base64icon48.png" /D"roughly 48x48 icon for the Base64 project"
if exist E:\mindprod\image\icon64\base64.png describe "E:\mindprod\image\icon64\base64.png" /D"roughly 64x64 icon for the Base64 project"
if exist E:\mindprod\image\icon64\base64.gif describe "E:\mindprod\image\icon64\base64.gif" /D"64x64 gif icon for the Base64 project"
if exist E:\mindprod\image\icon128\base64.png describe "E:\mindprod\image\icon128\base64.png" /D"roughly 128x128 icon for the Base64 project"
if exist E:\mindprod\image\screenshot\base64.png describe "E:\mindprod\image\screenshot\base64.png" /D"screenshot for the Base64 project"
if exist E:\mindprod\image\splash\base64.gif describe "E:\mindprod\image\splash\base64.gif" /D"splash for the Base64 project"
rem -- *.txt files --
if exist manifest.txt describe "manifest.txt" /D"List of all files for Base64, with one line descriptions."
if exist use.txt describe "use.txt" /D"key facts about the Base64 project. Generates base64.txt"
if exist version.txt describe "version.txt" /D"key version info about the Base64 project. Generates base64.txt"
if exist base64.txt describe "base64.txt" /D"ASCII text manual for the Base64 project. Generated."
if exist E:\mindprod\precis\base64.txt describe "E:\mindprod\precis\base64.txt" /D"precis of the Base64 project: encode/decode with Base64 and Base64u"
rem -- *.xml files --
if exist build.xml describe "build.xml" /D"Complex ANT build script for Base64"
if exist rebuild.xml describe "rebuild.xml" /D"Simplified ANT build script for Base64"
if exist forjar.xml describe "forjar.xml" /D"list of extra files to include in base64.jar"
if exist forpost.xml describe "forpost.xml" /D"list of extra posting steps for ANT."
if exist forzip.xml describe "forzip.xml" /D"list of extra files for ANT include in base6419.zip"
if exist base64.xml describe "base64.xml" /D"ASP PAD desc of the Base64 project: encode/decode with Base64 and Base64u"
if exist E:\mindprod\pad\base64.xml describe "E:\mindprod\pad\base64.xml" /D"ASP PAD desc of the Base64 project: encode/decode with Base64 and Base64u"
if exist base6419.zip describe "base6419.zip" /D"Base64 1.9 distribute zip: encode/decode with Base64 and Base64u"
if exist E:\mindprod\zips\base6419.zip describe "E:\mindprod\zips\base6419.zip" /D"Base64 1.9 distribute zip archive: encode/decode with Base64 and Base64u"
rem -- *.misc files --
if exist untouch.digest describe "untouch.digest" /D"enables untouching (set date back) unchanged but redated files."
if exist mindprodcert2008dsa.cer describe "mindprodcert2008dsa.cer" /D"Public key for Mindprod code-signing certificate. Cannot be used to sign jars."
if exist DESCRIPT.ION describe "DESCRIPT.ION" /D"4NT file descriptions"
if exist MasterDistribution.site describe "MasterDistribution.site" /D"URL to get the master copy of the Base64 project files"
if exist base64.use describe "base64.use" /D"precis(summary) of the Base64 project: encode/decode with Base64 and Base64u"
if exist base64.vpj describe "base64.vpj" /D"Slick Edit project ini file"
if exist base64.vpw describe "base64.vpw" /D"Slick Edit project ini file"
if exist base64.vtg describe "base64.vtg" /D"Slick Edit binary tag xref file"
Rem Build manifest.txt from 4NT DESCRIPT.ION file descriptions.
attrib -h descript.ion > nul:
fourtidy.exe
rem -30-
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -