command line - How compare if a path exist on Source Control Explorer of TFS using .cmd file? -


i have following structure:

enter image description here

futher, have:

 - @echo off  - set branch = %1               (eg.: branches_01)  - set serverlocationpath=$/nameserverpath  - @echo print path of source control explorer: %serverlocationpath%/%branch% 

i need validate if path "%serverlocationpath%/%branch%" exist in source control explorer of tfs. if exist, return true or false...


Comments