批处理文件:
@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
未完。。。