我有以下run.cmd文件。这将运行2个脚本(一个new服务器和一个监视脚本)并打开一个新控制台。一切都很好。//how to open first a "new conemu" window here?and then run the scripts in this new window?start server.run.c
我正在使用java调用arp -s命令,并等待进程完成,以便完成功能。 Process p=Runtime.getRuntime().exec(command); 但是这个过程的调用花费了比平时更多的时间,所以有没有办法提高这个方法的性能。我不能删除p.waitFor()我的下一个函数依赖于添加的条目。