In VBScript I need to "Get Latest Version" from VSS 8

Our VSS setup is as follows: we have a set of unique folders with 100 files in them. I need in VBScript to get the latest version of all files in a set of folders and put them in a local directory so that other operations can be performed on them. The reason for VBScript is, moreover, vague even for me. Perhaps VB or C # .NET will work, but for now I can only do it from VBScript. Is it doable?

+1


source to share


1 answer


Yes, you can try the VSS Automation interface , or if that doesn't work, just add the VSS Command Line command .



This link is as sample code that can get you started.

+2


source







All Articles