?? desc.btm
字號:
@echo off
@echo 氨槽 desc.btm: add 4NT descriptions to all common13 files 鄄卑
rem Update the 4NT file descriptions in descript.ion and manifest.txt
E:
cd E:\com\mindprod\common13
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 common13manual.html describe "common13manual.html" /D"detailed HTML manual for the Common13 project"
if exist common13paddesc.html describe "common13paddesc.html" /D"HTML ASP PAD description of the Common13 project"
if exist E:\mindprod\pad\common13.html describe "E:\mindprod\pad\common13.html" /D"HTML ASP PAD description of the Common13 project: Common utility classes that work under Java 1.3+ using Swing"
rem -- *.jar files --
if exist common13.jar describe "common13.jar" /D"Common13 jarred class files: Common utility classes that work under Java 1.3+ using Swing"
if exist E:\mindprod\application\common13icon32.gif describe "E:\mindprod\application\common13icon32.gif" /D"common13 32x32 icon gif"
if exist E:\mindprod\application\common13icon64.gif describe "E:\mindprod\application\common13icon64.gif" /D"common13 64x64 icon gif"
if exist E:\mindprod\application\common13splash.gif describe "E:\mindprod\application\common13splash.gif" /D"common13 splash gif"
if exist E:\mindprod\application\common13.jnlp describe "E:\mindprod\application\common13.jnlp" /D"common13 jnlp Java Web Start launch"
if exist common13.jnlp describe "common13.jnlp" /D"common13 jnlp Java Web Start launch"
rem -- java files --
rem -- *.look files --
if exist common13.look describe "common13.look" /D"Common13 jar file contents list."
rem -- *.png and *gif files --
if exist common13icon16.png describe "common13icon16.png" /D"16x16 icon for the Common13 project"
if exist common13icon32.png describe "common13icon32.png" /D"32x32 icon for the Common13 project"
if exist common13icon48.png describe "common13icon48.png" /D"roughly 48x48 icon for the Common13 project"
if exist common13icon64.png describe "common13icon64.png" /D"roughly 64x64 icon for the Common13 project"
if exist common13icon128.png describe "common13icon128.png" /D"roughly 128x128 icon for the Common13 project"
if exist common13screenshot.png describe "common13screenshot.png" /D"screenshot for the Common13 project"
if exist common13splash.gif describe "common13splash.gif" /D"splash gif for the Common13 project"
if exist common13icon32.gif describe "common13icon32.gif" /D"32x32 gif icon for the Common13 project"
if exist common13icon64.gif describe "common13icon64.gif" /D"64x64 gif icon for the Common13 project"
rem -- other *.png and *gif files --
if exist E:\mindprod\image\icon16\common13.png describe "E:\mindprod\image\icon16\common13.png" /D"16x16 icon for the Common13 project"
if exist E:\mindprod\image\icon32\common13.png describe "E:\mindprod\image\icon32\common13.png" /D"32x32 icon for the Common13 project"
if exist E:\mindprod\image\icon32\common13.gif describe "E:\mindprod\image\icon32\common13.gif" /D"32x32 gif icon for the Common13 project"
if exist E:\mindprod\image\icon48\common13icon48.png describe "E:\mindprod\image\icon48\common13icon48.png" /D"roughly 48x48 icon for the Common13 project"
if exist E:\mindprod\image\icon64\common13.png describe "E:\mindprod\image\icon64\common13.png" /D"roughly 64x64 icon for the Common13 project"
if exist E:\mindprod\image\icon64\common13.gif describe "E:\mindprod\image\icon64\common13.gif" /D"64x64 gif icon for the Common13 project"
if exist E:\mindprod\image\icon128\common13.png describe "E:\mindprod\image\icon128\common13.png" /D"roughly 128x128 icon for the Common13 project"
if exist E:\mindprod\image\screenshot\common13.png describe "E:\mindprod\image\screenshot\common13.png" /D"screenshot for the Common13 project"
if exist E:\mindprod\image\splash\common13.gif describe "E:\mindprod\image\splash\common13.gif" /D"splash for the Common13 project"
rem -- *.txt files --
if exist manifest.txt describe "manifest.txt" /D"List of all files for Common13, with one line descriptions."
if exist use.txt describe "use.txt" /D"key facts about the Common13 project. Generates common13.txt"
if exist version.txt describe "version.txt" /D"key version info about the Common13 project. Generates common13.txt"
if exist common13.txt describe "common13.txt" /D"ASCII text manual for the Common13 project. Generated."
if exist E:\mindprod\precis\common13.txt describe "E:\mindprod\precis\common13.txt" /D"precis of the Common13 project: Common utility classes that work under Java 1.3+ using Swing"
rem -- *.xml files --
if exist build.xml describe "build.xml" /D"Complex ANT build script for Common13"
if exist rebuild.xml describe "rebuild.xml" /D"Simplified ANT build script for Common13 without code for redistribution"
if exist forjar.xml describe "forjar.xml" /D"list of extra files to include in common13.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 common1312.zip"
if exist common13.xml describe "common13.xml" /D"ASP PAD desc of the Common13 project: Common utility classes that work under Java 1.3+ using Swing"
if exist E:\mindprod\pad\common13.xml describe "E:\mindprod\pad\common13.xml" /D"ASP PAD desc of the Common13 project: Common utility classes that work under Java 1.3+ using Swing"
if exist common1312.zip describe "common1312.zip" /D"Common13 1.2 distribute zip: Common utility classes that work under Java 1.3+ using Swing"
if exist E:\mindprod\zips\common1312.zip describe "E:\mindprod\zips\common1312.zip" /D"Common13 1.2 distribute zip archive: Common utility classes that work under Java 1.3+ using Swing"
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 Common13 project files"
if exist common13.use describe "common13.use" /D"precis(summary) of the Common13 project: Common utility classes that work under Java 1.3+ using Swing"
if exist common13.vpj describe "common13.vpj" /D"Slick Edit project ini file"
if exist common13.vpw describe "common13.vpw" /D"Slick Edit project ini file"
if exist common13.vtg describe "common13.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
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -