delphi自动编译(Vss自动下载)

来源:互联网 发布:数据新闻网 崔岸雍 编辑:程序博客网 时间:2024/05/17 10:42

批处理文件:

@echo off

Echo 正在打包,请稍候。。。

rem 变量设置

set CompPath =

set DelphiPath =

set SourcePath =

set ExePath =

set VssPath =

set VssDir =

set VssSourcePath =

set VssUser =

set VssPassword =

 

CD/D %SourcePath%

Path = %Path%;%VssPath%

set ssuser = %VssUser%

set sspwd = %vssPassword%

set ssdir = %VssDir%

ss Get %VssSourcePath%

 

CD/D %SourcePath%

Copy %CompPath%/----.cfg %Del

%DelphiPath%/Dcc32.exe% %SourcePath%/Source/----.dpr" -B

 

未完。。。