10 lines
414 B
Batchfile
10 lines
414 B
Batchfile
@echo off
|
||
:: 设置openHarmonySDK10的toolchains路径(需要换为自己电脑的路径)
|
||
set "Path=D:\DevecoStudio_SDK _4.0.0.600\openHarmony-SDK\10\toolchains"
|
||
:: 打开命令行窗口并切换到指定路径同时调用AutoMineSweeper.bat脚本(路径需要更改为自己的)
|
||
start "AutoMineSweeper" cmd /K "cd /d %Path% && call D:\openHarmonyProject_4.0.0.600\MyApplication\AutoMineSweeper.bat"
|
||
|
||
|
||
|
||
|