StarTeam Command Line Known Issues

stcmd Path Specifications

[[P_PATH1]]

[[P_PATH2]]

Quoted Argument with a Space

When specifying a quoted argument that contains a space, the beginning quote must be preceded by a space. The following are examples of both incorrect and correct syntax for arguments with spaces:

Incorrect: stcmd set project="StarFlow Extensions"

Correct: stcmd set project = "StarFlow Extensions"

Incorrect: stcmd select name from File where query="Flagged Items"

Correct: stcmd select name from File where query = "Flagged Items"