TSZQ_OpenHarmony-RISC-V-Emb.../minesweeping/minesweeper/open_cmd.bat

10 lines
414 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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"