大赵传奇

援引事类,扬搉古今,举要删芜,言辩而理切--QQ276605216

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
 

 

set file=update.xml
set ver=0.0.0.0
set url=http://172.16.17.97:8999
echo ^<?xml version="1.0" encoding="utf-8" ?^> >%file%
echo ^<item^>>>%file%

rem 这里读取exe的版本号到临时再转格式再输出到 %file%
wmic datafile where Name=$(TargetDir)\$(TargetFileName) get Version >%temp%\\b.txt
PowerShell -Command "& {get-content %temp%\\b.txt -encoding utf8 | set-content %temp%\\2.txt -encoding ascii}"
setlocal enabledelayedexpansion
for /f "delims=[" %%i in (%temp%\\2.txt) do (
  echo %%i| findstr "Version" >nul || echo ^<version^>%%i^</version^>>>%file%
  set ver=%%~nxi
)

echo ^<url^>%url%/ZtgeoGISDesktop_%ver%.Zip^</url^>>>%file%
echo ^<changelog^>%url%/update.html ^<^/changelog^>>>%file%
echo ^</item^>>>%file%
start %file%

 

posted on 2024-08-08 14:23  赵长青  阅读(2)  评论(0编辑  收藏  举报