I use WinXP, VS 2008 and Team Explorer to connect to Team Foundation Server.
I need to script (e.g. BAT file script) the following:
- Get latest version of folder in Team Project.
- Check out files of folder in Team Project.
- Check in files of folder in Team Project.
My TFSProject is $/Arquitectura/Main/
, mapped to the path C:\TFS\Arquitectura
Does anyone have any sample code or suggestions?