home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / handson / archive / Issue159 / files / copyjava.exe / ex2 / build.bat < prev    next >
Encoding:
DOS Batch File  |  1999-10-02  |  73 b   |  7 lines

  1. cd ..\lib
  2. javac *.java
  3. copy *.class ..\ex2
  4. cd ..\ex2
  5. javac *.java
  6.  
  7.