首页 > 其他 > 详细

cocos pc 应用多开批处理命令

时间:2019-08-19 18:23:34      阅读:92      评论:0      收藏:0      [点我收藏+]

:: -writable-path
:: -entry
:: -landscape
:: -portrait
:: -resolution
:: -scale
:: -write-debug-log
:: -console
:: -position
:: -debugger
:: -app-menu
:: -resize-window
:: -retina-display
:: -search-path
:: -first-search-path
:: -language-data-path%
::start e.exe -workdir "./" -scale 0.75 -position 550,250 -write-debug-log "debug.log"
start simulator/win32/e.exe -workdir "./" -writable-path "./User1" -scale 0.5 -write-debug-log "./User1/debug.log" -position 150,50 -console enable
start simulator/win32/e.exe -workdir "./" -writable-path "./User2" -scale 0.5 -write-debug-log "./User2/debug.log" -position 950,50 -console disable
start simulator/win32/e.exe -workdir "./" -writable-path "./User3" -scale 0.5 -write-debug-log "./User3/debug.log" -position 550,550 -console disable

cocos pc 应用多开批处理命令

原文:https://www.cnblogs.com/Bejadin/p/11378742.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!