cocos pc 应用多开批处理命令

Posted bejadin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocos pc 应用多开批处理命令相关的知识,希望对你有一定的参考价值。

:: -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 应用多开批处理命令的主要内容,如果未能解决你的问题,请参考以下文章

在 Android 应用程序运行时使用批处理文件在 PC 上获取 adb 日志

如何使用批处理或 powershell 更改 Windows PC 的主机名

cocos2dx 3.10 网狐经典版PC手机端三网通源码搭建

汇编call 命令 解析

微软是如何解决 PC 端程序多开问题的——内部实现

COCOS CREATOR 系列教程之三PREFAB讲解&CC项目如何多开与分享