level 1
不再咸鱼
楼主
大佬求解 我用批处理一次打开多个软件 可以调整打开软件的分辨率 但是软件的位置应该怎么调整
@璐村惂鐢ㄦ埛_000076K馃惥 off
start "" %cd%\"Server.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 1
start "" %cd%\"Server2.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 2
start "" %cd%\"Server3.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 3
start "" %cd%\"Server4" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 4
start "" %cd%\"Server5.exe" & ping localhost -n 5
-popupwindow -screen-width 1080 -screen-height 3840 是改变分辨率 改变位置的代码应该是什么样的 有没有大佬知道
2019年11月25日 09点11分
1
@璐村惂鐢ㄦ埛_000076K馃惥 off
start "" %cd%\"Server.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 1
start "" %cd%\"Server2.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 2
start "" %cd%\"Server3.exe" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 3
start "" %cd%\"Server4" -popupwindow -screen-width 1080 -screen-height 3840 & ping localhost -n 4
start "" %cd%\"Server5.exe" & ping localhost -n 5
-popupwindow -screen-width 1080 -screen-height 3840 是改变分辨率 改变位置的代码应该是什么样的 有没有大佬知道