Command Line Syntax

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
kellyb
Posts: 10
Joined: Thu Dec 30, 2004 1:07 pm

Command Line Syntax

Post by kellyb » Thu Dec 30, 2004 1:54 pm

My first question was answered so quickly and nicely, I think I'll ask another...

I'm having a hard time finding a definitive reference on how to call the command line tool. My eyes are starting to bleed looking through the sample code that came with the Vault Client API.

I remember the SOS days where there was this really nice little command line reference (sos.txt) that showed exactly how to call each supported command for soscmd.exe.

Do such I thing exist for vault.exe? If so, where?

I've found several listings of the commands themselves

http://support.sourcegear.com/viewtopic ... t=getlabel

but none that show the exact switch syntax.

I found something on the form that showed how to call GETLABEL which worked for me, now I'm loooking for LABEL. Or even better... a reference for all the command's switch syntax.

Thanks

cheers,
-kelly

kellyb
Posts: 10
Joined: Thu Dec 30, 2004 1:07 pm

Post by kellyb » Thu Dec 30, 2004 2:01 pm

cmd> Vault.exe HELP doesn't give me any more meaningful information... just a list of commands - with no reference to their expected switches
-kelly

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Thu Dec 30, 2004 2:07 pm

Sorry it isn't more clear - you need to type in 'vault help [commandname]' to get help on an individual command.

Locked