i have following structure:

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
Post a Comment