windows cmd bat批处理不弹出命令提示符后台启动程序,禁用图形硬件加速功能,优化服务器远程访问性能,start参数传递
windows cmd bat批处理不弹出命令提示符后台启动程序,禁用图形硬件加速功能,优化服务器远程访问性能,start参数传递三行代码即可
@echo off
set QMLSCENE_DEVICE=softwarecontext
start /b test.exe
start参数传递写法,/b前方增加""即可
@echo off
set QMLSCENE_DEVICE=softwarecontext
start "" /b "test.exe" 参数
小樱在学习嘛。来玩不啦 {:3027:}{:3017:}
页:
[1]