アットウィキロゴ

JUMAN

class pro{

String[] file=new String[36];
int s;

public static void main(String[] args) {
pro test=new pro();  
}

pro(){

file[1]="cmd /c \"juman < C:\\work\\data\\1501.txt> C:\\work\\1501.txt\"";
file[2]="cmd /c \"juman < C:\\work\\data\\1502.txt> C:\\work\\1502.txt\"";
file[3]="cmd /c \"juman < C:\\work\\data\\1503.txt> C:\\work\\1503.txt\"";
file[4]="cmd /c \"juman < C:\\work\\data\\1504.txt> C:\\work\\1504.txt\"";
file[5]="cmd /c \"juman < C:\\work\\data\\1505.txt> C:\\work\\1505.txt\"";
file[6]="cmd /c \"juman < C:\\work\\data\\1506.txt> C:\\work\\1506.txt\"";
file[7]="cmd /c \"juman < C:\\work\\data\\1507.txt> C:\\work\\1507.txt\"";
file[8]="cmd /c \"juman < C:\\work\\data\\1508.txt> C:\\work\\1508.txt\"";
file[9]="cmd /c \"juman < C:\\work\\data\\1509.txt> C:\\work\\1509.txt\"";
file[10]="cmd /c \"juman < C:\\work\\data\\1510.txt> C:\\work\\1510.txt\"";
file[11]="cmd /c \"juman < C:\\work\\data\\1511.txt> C:\\work\\1511.txt\"";
file[12]="cmd /c \"juman < C:\\work\\data\\1512.txt> C:\\work\\1512.txt\"";
file[13]="cmd /c \"juman < C:\\work\\data\\1513.txt> C:\\work\\1513.txt\"";
file[14]="cmd /c \"juman < C:\\work\\data\\1514.txt> C:\\work\\1514.txt\"";
file[15]="cmd /c \"juman < C:\\work\\data\\1515.txt> C:\\work\\1515.txt\"";
file[16]="cmd /c \"juman < C:\\work\\data\\1516.txt> C:\\work\\1516.txt\"";
file[17]="cmd /c \"juman < C:\\work\\data\\1517.txt> C:\\work\\1517.txt\"";
file[18]="cmd /c \"juman < C:\\work\\data\\1518.txt> C:\\work\\1518.txt\"";
file[19]="cmd /c \"juman < C:\\work\\data\\1519.txt> C:\\work\\1519.txt\"";
file[20]="cmd /c \"juman < C:\\work\\data\\1520.txt> C:\\work\\1520.txt\"";
file[21]="cmd /c \"juman < C:\\work\\data\\1521.txt> C:\\work\\1521.txt\"";
file[22]="cmd /c \"juman < C:\\work\\data\\1522.txt> C:\\work\\2822.txt\"";
file[23]="cmd /c \"juman < C:\\work\\data\\1523.txt> C:\\work\\1523.txt\"";
file[24]="cmd /c \"juman < C:\\work\\data\\1524.txt> C:\\work\\1524.txt\"";
file[25]="cmd /c \"juman < C:\\work\\data\\1525.txt> C:\\work\\1525.txt\"";
file[26]="cmd /c \"juman < C:\\work\\data\\1526.txt> C:\\work\\1526.txt\"";
file[27]="cmd /c \"juman < C:\\work\\data\\1527.txt> C:\\work\\1527.txt\"";
file[28]="cmd /c \"juman < C:\\work\\data\\1528.txt> C:\\work\\1528.txt\"";
file[29]="cmd /c \"juman < C:\\work\\data\\1529.txt> C:\\work\\1529.txt\"";
file[30]="cmd /c \"juman < C:\\work\\data\\1530.txt> C:\\work\\1530.txt\"";



s=1;

while(s<31){


try {Runtime.getRuntime().exec(file[s]);
    } catch( Exception e ) {System.out.println(e);}
  
s=s+1;

}



}

}
最終更新:2011年06月07日 13:17