p=r.exec("command.exe /c copy c:\\3001.txt c:\\3002.txt"); // command.exe win98下
p=r.exec("cmd.exe /c copy c:\\3001.txt c:\\3002.txt"); // cmd.exe win nt 下是不可以输入的,,是需要传递参数的.
你可以讲参数做成输入框啊...然后接受