我需要从特定位置运行cmd才能调用另一个内部exe文件。
请查看详细信息: Cmd提示应该以下面的路径打开:
D:\program\ser\conf>
我使用过这个命令:
cmd /k "cd /D D:\program\ser\conf"
现在,我需要传递以下arg以满足我的要求。
"D:\program\ser\int.exe" "D:\program\ser\conf\script.txt"
答案 0 :(得分:-1)
使用以下批处理文件。
<强> TEST.CMD:强>
getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);