::Daily Build Script
::viery 2004/07/20
::Your project''''s path in VSS
set SSProject="$/Project1/Source"
::Your VSS username and password
set Username=Viery
set Password=password
::Path to VSS command line tool and the VSS DB you want to use.
set VSSPath="C:\Develop\Vss\win32\ss.exe"
set SSDIR=C:\develop\vss
::Path to the directory where you will be keeping the archive
set ArchivePath=C:\Project\build
::Path to the delphi executable.
set DelphiPath="C:\Program files\Borland\Delphi7\Bin\dcc32.exe"
::Path to library
set
::
set ProjectName=Project1
::LibPath
Set LibPath="C:\Program files\Borland\Delphi7\Lib; "
::Begin Code
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




