Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get command

Status
Not open for further replies.

Bakunin

Programmer
Dec 21, 2000
31
GB
Hi,
I am trying to retrieve only a particular file type from sourcesafe using the Get command but am having trouble.
Basically I want to recursivly go through a project list and return *.cs files.

I have tried

ss Get $proja/projb *.cs -R

and

ss Get $proja/projb -R *.cs

both commands return all files.

cheers


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top