Check out problem in VSS Commandline

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am using VSS through CommandLine. I have a problem in Checking Out a file.
Whenever I invoke the following command,
"SS Checkout File2.txt -YAdmin "
the file gets checked out to the current directory other than the working
directory in the VSS. How can I checkout the file to a desired directory?
How can I specify the Current Working Folder path through CommandLine?
Please help. Urgent.
Many Thanks.
-Imaya
 
Probably the easiest way is:

cd \my\desired\directory
SS Checkout File2.txt -YAdmin

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top