I'm trying to "extract" the labelled folders of a project (Versioned by VSS) in a working folder, previously set. The commands which I am using in the command line are: ss Workfol "$/Project" "C:\Path of the working folder" n.b. after this command, a line on the screen informs me that the working folder has been set as requested
and
ss Get $/Project -R
After this command the program asks if I want to set the VSS folder as a default working folder (I press N for Not), and all the file names appear on the screen. The problem is that, when I check in the working folder which i set with the first command, it is still empty. Where I'm wrong?