stringcmd="cmd/ccopyd:\\out1.txtd:\\out2.txt";processp=runtime.getruntime().exec(cmd);p.waitfor();//注意,这里cmd字串是为了调用批处理,如果调用exe,更简单,就直接换成路径+exe文件就可以了,比如stringcmd="notepad.exe";