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

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