command line - How return the names of the subfolders of the branches of TFS using batch file? -
i need branches of source control explorer tfs using .cmd file.

you can branches parent branch using tf branches command line.
e.g.
tf branches $/mytp/main if need more specific that, you'll have write own command line app use tfs api.
Comments
Post a Comment