home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / VCAFE.3.0A / Main.bin / genjava.bat < prev    next >
DOS Batch File  |  1998-11-18  |  457b  |  14 lines

  1. REM -------------------------------------------------
  2. REM Generating java system documentation into ..\docs
  3. REM -------------------------------------------------
  4. @echo off
  5. REM Input:  java.* sources under ..\..\java\src\
  6. REM Output: HTML doc under ..\docs
  7. REM         sources copied locally
  8.  
  9. xcopy ..\..\java\src\java\*.java java\ /S >nul
  10. xcopy ..\..\java\src\javax\*.java javax\ /S >nul
  11.  
  12. if not exist ..\docs md ..\docs
  13. ..\..\bin\sj @java.rsp
  14.