I want to do the next thing:
我想做下一件事:
String[] cmd = {"cmd","/c","c:\Program Files (x86)\Microsoft Office\Office12\WINWORD.exe","/mOpenPage","c:\Navodilo.doc"};
Process proc = Runtime.getRuntime().exec(cmd);
StrinI want to do the next thing:
我想做下一件事:
String[] cmd = {"cmd","/c","c:\Program Files (x86)\Microsoft Office\Office12\WINWORD.exe","/mOpenPage","c:\Navodilo.doc"};
Process proc = Runtime.getRuntime().exec(cmd);
Strin