testmw.bat 95 B

123456
  1. echo off
  2. rem set classpath=%classpath%;montnets.jar
  3. javac JavaDemo.java
  4. java JavaDemo
  5. echo on