アットウィキロゴ

jumanjux

public class pro{

  public static void main(String[] args) {
    String filename =  "cmd /c \"juman < C:\\work\\data\\1702.txt> C:\\work\\1702.txt\"";
    try {
      Runtime.getRuntime().exec(filename);
    } catch( Exception e ) {
      System.out.println(e);
    }
  }

}
最終更新:2011年06月07日 01:24