Click here to Skip to main content
15,896,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Restarting a running program Pin
22491728-Apr-04 0:51
22491728-Apr-04 0:51 
GeneralRe: Restarting a running program Pin
Jitendra gangwar28-Apr-04 1:05
Jitendra gangwar28-Apr-04 1:05 
GeneralRe: Restarting a running program Pin
Member 101882328-Apr-04 2:16
Member 101882328-Apr-04 2:16 
GeneralRe: Restarting a running program Pin
Jitendra gangwar28-Apr-04 2:33
Jitendra gangwar28-Apr-04 2:33 
GeneralRe: Restarting a running program Pin
pma28-Apr-04 12:02
pma28-Apr-04 12:02 
GeneralBatch files for Visual source safe Pin
Md Saleem Navalur27-Apr-04 23:26
Md Saleem Navalur27-Apr-04 23:26 
GeneralRe: Batch files for Visual source safe Pin
Anonymous27-Apr-04 23:42
Anonymous27-Apr-04 23:42 
GeneralRe: Batch files for Visual source safe Pin
Steve S28-Apr-04 1:28
Steve S28-Apr-04 1:28 
Ouch! Someone's having a bad day...

You can perform one SS action at a time, such as GET, set working folder, set current project, checkin, checkout etc.

Generally you need to specify a username/password (although the password is often blank on many systems), as well as the action you want to do.

SS PROJECT $/Tools/RoleRepl -Yusername,pwd

will set your current project.

SS WorkFold -Yusername,pwd

will set the current directory as your working folder for the current project.

SS Get master.dsp -Yusername,pwd

will get latest file (you can use * for all items)

SS Checkout master.dsp -Yusername,pwd

will perform a checkout (again, you can use wildcards)

SS Checkin master.dsp -Yusername,pwd
will perform a checkin.

That should be enough to get you started

Steve S
GeneralOpenGL with ScrollBars Pin
Alex11197527-Apr-04 22:45
Alex11197527-Apr-04 22:45 
GeneralRe: OpenGL with ScrollBars Pin
Antti Keskinen28-Apr-04 1:06
Antti Keskinen28-Apr-04 1:06 
GeneralRe: OpenGL with ScrollBars Pin
Orhun Birsoy28-Apr-04 10:17
Orhun Birsoy28-Apr-04 10:17 
GeneralRe: OpenGL with ScrollBars Pin
Alex11197528-Apr-04 22:31
Alex11197528-Apr-04 22:31 
QuestionRight click on tree ctrl - tooltip? Pin
Anonymous27-Apr-04 22:37
Anonymous27-Apr-04 22:37 
AnswerRe: Right click on tree ctrl - tooltip? Pin
thowra28-Apr-04 1:50
thowra28-Apr-04 1:50 
GeneralRe: Right click on tree ctrl - tooltip? Pin
Anonymous28-Apr-04 3:08
Anonymous28-Apr-04 3:08 
GeneralOperator Pin
Anonymous27-Apr-04 21:39
Anonymous27-Apr-04 21:39 
GeneralRe: Operator Pin
Michael Dunn27-Apr-04 21:45
sitebuilderMichael Dunn27-Apr-04 21:45 
GeneralRe: Operator Pin
Cedric Moonen27-Apr-04 21:49
Cedric Moonen27-Apr-04 21:49 
GeneralRe: Operator Pin
Cedric Moonen27-Apr-04 21:56
Cedric Moonen27-Apr-04 21:56 
GeneralRe: Operator Pin
Anonymous27-Apr-04 22:32
Anonymous27-Apr-04 22:32 
GeneralRe: Operator Pin
Cedric Moonen27-Apr-04 22:42
Cedric Moonen27-Apr-04 22:42 
GeneralRe: Operator Pin
toxcct27-Apr-04 22:41
toxcct27-Apr-04 22:41 
GeneralRe: Operator Pin
Mike Dimmick27-Apr-04 23:17
Mike Dimmick27-Apr-04 23:17 
Questionany function that can convert GUID String to GUID struct? Pin
tttonyyy27-Apr-04 21:26
tttonyyy27-Apr-04 21:26 
AnswerRe: any function that can convert GUID String to GUID struct? Pin
Michael Dunn27-Apr-04 21:42
sitebuilderMichael Dunn27-Apr-04 21:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.