1 Star 0 Fork 7

从床上帅下来/pywinauto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MakeBackup.bat 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Vasily Ryabov 提交于 2015-05-25 13:15 . Merge branch 'pywinauto64master'
<<<<<<< HEAD
@echo off
if (%1)==() goto VersionNotGiven
md previousReleases\%1
if not exist previousReleases\%1 goto FolderNotCreated
md previousReleases\%1\DlgCheck2
if not exist previousReleases\%1 goto FolderTwoNotCreated
copy *.py previousReleases\%1
copy dlgCheck2 previousReleases\%1\DlgCheck2
goto finished
:FolderNotCreated
echo.
echo Could not create the folder "previousReleases\%1"
echo.
goto finished
:FolderTwoNotCreated
echo.
echo Could not create the folder "previousReleases\%1\DlgCheck2"
echo.
goto finished
VersionNotGiven
echo.
echo please specify the version of the backup
echo.
goto finished
:finished
=======
@echo off
if (%1)==() goto VersionNotGiven
md previousReleases\%1
if not exist previousReleases\%1 goto FolderNotCreated
md previousReleases\%1\DlgCheck2
if not exist previousReleases\%1 goto FolderTwoNotCreated
copy *.py previousReleases\%1
copy dlgCheck2 previousReleases\%1\DlgCheck2
goto finished
:FolderNotCreated
echo.
echo Could not create the folder "previousReleases\%1"
echo.
goto finished
:FolderTwoNotCreated
echo.
echo Could not create the folder "previousReleases\%1\DlgCheck2"
echo.
goto finished
VersionNotGiven
echo.
echo please specify the version of the backup
echo.
goto finished
:finished
>>>>>>> pywinauto64master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/.benxiong/pywinauto.git
git@gitee.com:.benxiong/pywinauto.git
.benxiong
pywinauto
pywinauto
master

搜索帮助