作者tkcn (小安)
看板java
标题Re: [问题] 用java呼叫clips(.exe)
时间Tue Jul 31 16:29:22 2007
※ 引述《sonwil (阿资)》之铭言:
: 我想要用java程式去呼叫clips.exe 并且执行load档案
: 我使用的环境是windows
: Process p = Runtime.getRuntime().exec("clips.exe");
: 开启clips,那要怎样才能够去load档案呢
这句实在是看不懂 ~_~
: -----------------------------------------------------
: 另外请问如果是呼叫cmd 要怎样直接呼叫cmd後
: 并且能够在上面自动输入指令呢??
Process.getOutputStream()
---
Output to the stream is piped into the standard input stream of the process
represented by this Process object.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.114.78.239