linux下
<%
String[] cmd={"/bin/sh","-c","dos下执行程序的命令"};
Runtime.getRuntime().exec(cmd);
%>