Get all files from VSS for a given date?

As far as I know you have to use the get command at a command prompt, not the gui. Something like this should do:

ss Get "$/AFolder" -R -Vd15-03-2009;2:00a

The -R option makes the get recursive and the -vd option gets the version at the specified date.

Leave a Comment