home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
VCAFE.3.0A
/
Main.bin
/
genjava.bat
< prev
next >
Wrap
DOS Batch File
|
1998-11-18
|
457b
|
14 lines
REM -------------------------------------------------
REM Generating java system documentation into ..\docs
REM -------------------------------------------------
@echo off
REM Input: java.* sources under ..\..\java\src\
REM Output: HTML doc under ..\docs
REM sources copied locally
xcopy ..\..\java\src\java\*.java java\ /S >nul
xcopy ..\..\java\src\javax\*.java javax\ /S >nul
if not exist ..\docs md ..\docs
..\..\bin\sj @java.rsp