⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 desc.btm

📁 How to get the java home dir.
💻 BTM
字号:
@echo off
@echo 氨槽 desc.btm: add 4NT descriptions to all ledatastream files 鄄卑 

rem Update the 4NT file descriptions in descript.ion and manifest.txt
E:
cd E:\com\mindprod\ledatastream
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 ledatastreammanual.html describe "ledatastreammanual.html" /D"detailed HTML manual for the LEDataStream project"
if exist ledatastreampaddesc.html describe "ledatastreampaddesc.html" /D"HTML ASP PAD description of the LEDataStream project"
if exist E:\mindprod\pad\ledatastream.html describe "E:\mindprod\pad\ledatastream.html" /D"HTML ASP PAD description of the LEDataStream project: little Endian read/write"
rem -- *.jar files --
if exist ledatastream.jar describe "ledatastream.jar" /D"LEDataStream jarred class files: little Endian read/write"
if exist E:\mindprod\application\ledatastreamicon32.gif describe "E:\mindprod\application\ledatastreamicon32.gif" /D"ledatastream 32x32 icon gif"
if exist E:\mindprod\application\ledatastreamicon64.gif describe "E:\mindprod\application\ledatastreamicon64.gif" /D"ledatastream 64x64 icon gif"
if exist E:\mindprod\application\ledatastreamsplash.gif describe "E:\mindprod\application\ledatastreamsplash.gif" /D"ledatastream splash gif"
if exist E:\mindprod\application\ledatastream.jnlp describe "E:\mindprod\application\ledatastream.jnlp" /D"ledatastream jnlp Java Web Start launch"
if exist ledatastream.jnlp describe "ledatastream.jnlp" /D"ledatastream jnlp Java Web Start launch"
rem -- java files --
rem -- *.look files --
if exist ledatastream.look describe "ledatastream.look" /D"LEDataStream jar file contents list."
rem -- *.png and *gif files --
if exist ledatastreamicon16.png describe "ledatastreamicon16.png" /D"16x16 icon for the LEDataStream project"
if exist ledatastreamicon32.png describe "ledatastreamicon32.png" /D"32x32 icon for the LEDataStream project"
if exist ledatastreamicon48.png describe "ledatastreamicon48.png" /D"roughly 48x48 icon for the LEDataStream project"
if exist ledatastreamicon64.png describe "ledatastreamicon64.png" /D"roughly 64x64 icon for the LEDataStream project"
if exist ledatastreamicon128.png describe "ledatastreamicon128.png" /D"roughly 128x128 icon for the LEDataStream project"
if exist ledatastreamscreenshot.png describe "ledatastreamscreenshot.png" /D"screenshot for the LEDataStream project"
if exist ledatastreamsplash.gif describe "ledatastreamsplash.gif" /D"splash gif for the LEDataStream project"
if exist ledatastreamicon32.gif describe "ledatastreamicon32.gif" /D"32x32 gif icon for the LEDataStream project"
if exist ledatastreamicon64.gif describe "ledatastreamicon64.gif" /D"64x64 gif icon for the LEDataStream project"
rem  -- other *.png and *gif files --
if exist E:\mindprod\image\icon16\ledatastream.png describe "E:\mindprod\image\icon16\ledatastream.png" /D"16x16 icon for the LEDataStream project"
if exist E:\mindprod\image\icon32\ledatastream.png describe "E:\mindprod\image\icon32\ledatastream.png" /D"32x32 icon for the LEDataStream project"
if exist E:\mindprod\image\icon32\ledatastream.gif describe "E:\mindprod\image\icon32\ledatastream.gif" /D"32x32 gif icon for the LEDataStream project"
if exist E:\mindprod\image\icon48\ledatastreamicon48.png describe "E:\mindprod\image\icon48\ledatastreamicon48.png" /D"roughly 48x48 icon for the LEDataStream project"
if exist E:\mindprod\image\icon64\ledatastream.png describe "E:\mindprod\image\icon64\ledatastream.png" /D"roughly 64x64 icon for the LEDataStream project"
if exist E:\mindprod\image\icon64\ledatastream.gif describe "E:\mindprod\image\icon64\ledatastream.gif" /D"64x64 gif icon for the LEDataStream project"
if exist E:\mindprod\image\icon128\ledatastream.png describe "E:\mindprod\image\icon128\ledatastream.png" /D"roughly 128x128 icon for the LEDataStream project"
if exist E:\mindprod\image\screenshot\ledatastream.png describe "E:\mindprod\image\screenshot\ledatastream.png" /D"screenshot for the LEDataStream project"
if exist E:\mindprod\image\splash\ledatastream.gif describe "E:\mindprod\image\splash\ledatastream.gif" /D"splash for the LEDataStream project"
rem -- *.txt files --
if exist manifest.txt describe "manifest.txt" /D"List of all files for LEDataStream, with one line descriptions."
if exist use.txt describe "use.txt" /D"key facts about the LEDataStream project. Generates ledatastream.txt"
if exist version.txt describe "version.txt" /D"key version info about the LEDataStream project. Generates ledatastream.txt"
if exist ledatastream.txt describe "ledatastream.txt" /D"ASCII text manual for the LEDataStream project. Generated."
if exist E:\mindprod\precis\ledatastream.txt describe "E:\mindprod\precis\ledatastream.txt" /D"precis of the LEDataStream project: little Endian read/write"
rem -- *.xml files --
if exist build.xml describe "build.xml" /D"Complex ANT build script for LEDataStream"
if exist rebuild.xml describe "rebuild.xml" /D"Simplified ANT build script for LEDataStream without code for redistribution"
if exist forjar.xml describe "forjar.xml" /D"list of extra files to include in ledatastream.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 ledatastream18.zip"
if exist ledatastream.xml describe "ledatastream.xml" /D"ASP PAD desc of the LEDataStream project: little Endian read/write"
if exist E:\mindprod\pad\ledatastream.xml describe "E:\mindprod\pad\ledatastream.xml" /D"ASP PAD desc of the LEDataStream project: little Endian read/write"
if exist ledatastream18.zip describe "ledatastream18.zip" /D"LEDataStream 1.8 distribute zip: little Endian read/write"
if exist E:\mindprod\zips\ledatastream18.zip describe "E:\mindprod\zips\ledatastream18.zip" /D"LEDataStream 1.8 distribute zip archive: little Endian read/write"
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 LEDataStream project files"
if exist ledatastream.use describe "ledatastream.use" /D"precis(summary) of the LEDataStream project: little Endian read/write"
if exist ledatastream.vpj describe "ledatastream.vpj" /D"Slick Edit project ini file"
if exist ledatastream.vpw describe "ledatastream.vpw" /D"Slick Edit project ini file"
if exist ledatastream.vtg describe "ledatastream.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 + -