当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 6 Fork 11

OpenHarmony / test_developertest
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.bat 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-03-11 18:42 . update openharmony 1.0.1
@rem Copyright (c) 2020 Huawei Device Co., Ltd.
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@echo off
set BASE_HOME_PATH=%CD%
@echo start time is:
TIME /T
cd %BASE_HOME_PATH%\src
if exist %BASE_HOME_PATH%\python\python.exe (
%BASE_HOME_PATH%\python\python.exe -m main %1
) else (
python -m main %1
)
cd %BASE_HOME_PATH%
@echo finish time is:
TIME /T
@echo on
1
https://gitee.com/openharmony/test_developertest.git
git@gitee.com:openharmony/test_developertest.git
openharmony
test_developertest
test_developertest
master

搜索帮助