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

📄 desc.btm

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

rem Update the 4NT file descriptions in descript.ion and manifest.txt
E:
cd E:\com\mindprod\http
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 httpmanual.html describe "httpmanual.html" /D"detailed HTML manual for the Http project"
if exist httppaddesc.html describe "httppaddesc.html" /D"HTML ASP PAD description of the Http project"
if exist E:\mindprod\pad\http.html describe "E:\mindprod\pad\http.html" /D"HTML ASP PAD description of the Http project: HTTP library to do CGI GET/POST"
rem -- *.jar files --
if exist http.jar describe "http.jar" /D"Http jarred class files: HTTP library to do CGI GET/POST"
if exist E:\mindprod\application\httpicon32.gif describe "E:\mindprod\application\httpicon32.gif" /D"http 32x32 icon gif"
if exist E:\mindprod\application\httpicon64.gif describe "E:\mindprod\application\httpicon64.gif" /D"http 64x64 icon gif"
if exist E:\mindprod\application\httpsplash.gif describe "E:\mindprod\application\httpsplash.gif" /D"http splash gif"
if exist E:\mindprod\application\http.jnlp describe "E:\mindprod\application\http.jnlp" /D"http jnlp Java Web Start launch"
if exist http.jnlp describe "http.jnlp" /D"http jnlp Java Web Start launch"
rem -- java files --
rem -- *.look files --
if exist http.look describe "http.look" /D"Http jar file contents list."
rem -- *.png and *gif files --
if exist httpicon16.png describe "httpicon16.png" /D"16x16 icon for the Http project"
if exist httpicon32.png describe "httpicon32.png" /D"32x32 icon for the Http project"
if exist httpicon48.png describe "httpicon48.png" /D"roughly 48x48 icon for the Http project"
if exist httpicon64.png describe "httpicon64.png" /D"roughly 64x64 icon for the Http project"
if exist httpicon128.png describe "httpicon128.png" /D"roughly 128x128 icon for the Http project"
if exist httpscreenshot.png describe "httpscreenshot.png" /D"screenshot for the Http project"
if exist httpsplash.gif describe "httpsplash.gif" /D"splash gif for the Http project"
if exist httpicon32.gif describe "httpicon32.gif" /D"32x32 gif icon for the Http project"
if exist httpicon64.gif describe "httpicon64.gif" /D"64x64 gif icon for the Http project"
rem  -- other *.png and *gif files --
if exist E:\mindprod\image\icon16\http.png describe "E:\mindprod\image\icon16\http.png" /D"16x16 icon for the Http project"
if exist E:\mindprod\image\icon32\http.png describe "E:\mindprod\image\icon32\http.png" /D"32x32 icon for the Http project"
if exist E:\mindprod\image\icon32\http.gif describe "E:\mindprod\image\icon32\http.gif" /D"32x32 gif icon for the Http project"
if exist E:\mindprod\image\icon48\httpicon48.png describe "E:\mindprod\image\icon48\httpicon48.png" /D"roughly 48x48 icon for the Http project"
if exist E:\mindprod\image\icon64\http.png describe "E:\mindprod\image\icon64\http.png" /D"roughly 64x64 icon for the Http project"
if exist E:\mindprod\image\icon64\http.gif describe "E:\mindprod\image\icon64\http.gif" /D"64x64 gif icon for the Http project"
if exist E:\mindprod\image\icon128\http.png describe "E:\mindprod\image\icon128\http.png" /D"roughly 128x128 icon for the Http project"
if exist E:\mindprod\image\screenshot\http.png describe "E:\mindprod\image\screenshot\http.png" /D"screenshot for the Http project"
if exist E:\mindprod\image\splash\http.gif describe "E:\mindprod\image\splash\http.gif" /D"splash for the Http project"
rem -- *.txt files --
if exist manifest.txt describe "manifest.txt" /D"List of all files for Http, with one line descriptions."
if exist use.txt describe "use.txt" /D"key facts about the Http project. Generates http.txt"
if exist version.txt describe "version.txt" /D"key version info about the Http project. Generates http.txt"
if exist http.txt describe "http.txt" /D"ASCII text manual for the Http project. Generated."
if exist E:\mindprod\precis\http.txt describe "E:\mindprod\precis\http.txt" /D"precis of the Http project: HTTP library to do CGI GET/POST"
rem -- *.xml files --
if exist build.xml describe "build.xml" /D"Complex ANT build script for Http"
if exist rebuild.xml describe "rebuild.xml" /D"Simplified ANT build script for Http without code for redistribution"
if exist forjar.xml describe "forjar.xml" /D"list of extra files to include in http.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 http19.zip"
if exist http.xml describe "http.xml" /D"ASP PAD desc of the Http project: HTTP library to do CGI GET/POST"
if exist E:\mindprod\pad\http.xml describe "E:\mindprod\pad\http.xml" /D"ASP PAD desc of the Http project: HTTP library to do CGI GET/POST"
if exist http19.zip describe "http19.zip" /D"Http 1.9 distribute zip: HTTP library to do CGI GET/POST"
if exist E:\mindprod\zips\http19.zip describe "E:\mindprod\zips\http19.zip" /D"Http 1.9 distribute zip archive: HTTP library to do CGI GET/POST"
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 Http project files"
if exist http.use describe "http.use" /D"precis(summary) of the Http project: HTTP library to do CGI GET/POST"
if exist http.vpj describe "http.vpj" /D"Slick Edit project ini file"
if exist http.vpw describe "http.vpw" /D"Slick Edit project ini file"
if exist http.vtg describe "http.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 + -