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!

Setting Default vs Working Folder - not working properly

Status
Not open for further replies.

KB62

Programmer
Apr 7, 2003
1
US
Greetings All,

a batch file does this ...

set ssdir=\\server\vss\code <--- works no problem.

ss workfold $/C#/myProject D:\vss <--- appears to work.

...&quot;D:\VSSWF\ has been established as the working folder for project
$/C#/myProject.&quot;...

then I run get on my project ...
D:\ss get $/C#/myProject

and get this message...
Set D:\ as the default folder for project $/C#/BuildScript?(Y/N)

where is this coming from?
how can I force the get to put the project into the newly established
working folder?

TIA!

KB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top