1 Star 1 Fork 0

吉林伊凡/OpenPLC_Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update.cmd 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
set gitdir=%CD%\pgit
set path=%gitdir%\cmd;%path%
if exist .\new_editor\ rmdir /s /Q new_editor
if exist .\OpenPLC_Editor\ rmdir /s /Q OpenPLC_Editor
git clone https://github.com/thiagoralves/OpenPLC_Editor
if exist .\OpenPLC_Editor\editor\ (
move .\OpenPLC_Editor\editor .\new_editor
move .\OpenPLC_Editor\matiec\lib .\new_lib
copy /y .\OpenPLC_Editor\revision .\
rmdir /s /Q OpenPLC_Editor
echo "Update applied successfully"
) else (
echo "Error cloning from repository!"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wanyi3605/OpenPLC_Editor.git
git@gitee.com:wanyi3605/OpenPLC_Editor.git
wanyi3605
OpenPLC_Editor
OpenPLC_Editor
master

搜索帮助