码迷,mamicode.com
首页 > 其他好文 > 详细

处理smartgit 过期脚本

时间:2019-01-13 23:29:52      阅读:506      评论:0      收藏:0      [点我收藏+]

标签:pat   smart   code   git   tle   ack   tool   lse   too   

@echo off 
@title SmartGit License Tool
color 1f 
cls 
set "version=18.1" 
set "fpath=%APPDATA%\syntevo\SmartGit\8"
if not exist "%fpath%" (
    echo   ?·??2?′??ú,??2é?′°?±?D??¢ê?·??yè·,°?±?: %version%
    echo   %fpath%
    echo.
    pause
)else (
    if not exist "%fpath%\settings.xml" (
        @echo   ò?2ù×÷3é1|,????D?′ò?aSmart Git...
    )else (
        if not exist "%fpath%\settings-backup.xml" (
            copy "%fpath%\settings.xml" "%fpath%\settings-backup.xml"
            @echo   ???????t±?·Y...
        )
    del  "%fpath%\settings.xml"
    @echo   2ù×÷3é1|,????D?′ò?aSmart Git...
    )
    echo.
    pause
)

 

处理smartgit 过期脚本

标签:pat   smart   code   git   tle   ack   tool   lse   too   

原文地址:https://www.cnblogs.com/dongma/p/10264468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!