Check out problem in VSS Commandline

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
 
N

Nick Malik [Microsoft]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top