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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command get recursive

Status
Not open for further replies.

AkiraKenshin

Programmer
May 18, 2005
17
CA
USing this command, is there a way to get the root project? If i'm getting all files from say
$/me/personal
it won't create a "me" or "personal" folder, only the subdirectories inside

how can this be fixed? (i'm writing in a batch file)
 

I did the same thing with batch files...try this

Try this:

ss get %SSPATH%/*.* -GL%Destination% -R- -I-Y

Replace %SSPATH% with your sourcesafe path and replace %Destination% with your desired location for the files.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top