大致要实现的功能如下:
用脚本语言实现将vss(Visual SourceSafe)数据库库里的数据下载到本地,这些数据可能是一些程序文件,如vc工程文件和程序文件。下载的同时保证本地的目录建设同vss中的一致(也就是说要包括一些建立目录的工作),然后同样是用脚本语音实现自动编译这些文件,连接文件,并且可以得到结果。脚本语音可以选用vbscript或者javascript。
我把上述的功能大致划成两步:
1.将vss数据库里的数据导到本地
2.实现自动编译连接程序文件。对于上述功能,提供实例或者思路者同样有分。

解决方案 »

  1.   

    vss也支持脚本下载,不过没有研究过
    只要下载下来了,就可以用脚本实现自动编译了
      

  2.   

    to flyelf(空谷清音) 
    有没有什么资料或者例子介绍自动编译的?
      

  3.   

    用这软件不行吗http://tech.tom.com/Archive/1380/1384/2003/2/27-48254.html
      

  4.   

    BLsoft(網龍ζ龍活) :
    抱歉,你给的网址是介绍怎么用dreamwaver结合vss来开放web项目的,似乎和我的题目不太符合,谢谢。
      

  5.   

    to:flyelf(空谷清音) 
    请你给出一个详细的例子。
      

  6.   

    ======================================================================
    ---------------------------------------------------------------------
    The information in this article applies to: - Microsoft Visual SourceSafe, 32-bit, for Windows, versions 5.0, 6.0
     - Microsoft Visual SourceSafe, 16-bit and 32-bit, for Windows, versions
       4.0, 4.0a
    ---------------------------------------------------------------------SUMMARY
    =======This article describes three common scenarios for moving Visual SourceSafe
    projects or databases to a new location. The steps necessary to
    successfully accomplish this are detailed in the MORE INFORMATION section
    below.Scenario 1
    ----------Moving the entire Visual SourceSafe server installation from one machine to
    another.Scenario 2
    ----------Moving a project or projects from one database to another, while preserving
    the project's history.Scenario 3
    ----------Moving only the DATA directory to a machine other than the Visual
    SourceSafe server. This scenario eliminates the need to modify clients
    accessing the database.
      

  7.   

    see msdn :
    key is "VSSUser object"
      

  8.   

    VSSUser object?
    找不到!
      

  9.   

    没做个,帮你查了下MSDN,有VSSUser object
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvss/html/vssauto.asp
      

  10.   

    可惜没有人可以给一个相关的例子,其实只要能编码实现将vss数据库里面的内容导到本地就可以了。