Team Foundation Version Control (TFVC)
1.在Windows环境中查看TFVC中修改但没有提交的文件列表
rem @echo off
rem cd C:\AOSService\PackagesLocalDirectory
rem tf stat C:\AOSService\PackagesLocalDirectory\Extension\* /recursive > C:\!Work\DataEntityModify\history.txt 2>&1
rem tf stat C:\AOSService\PackagesLocalDirectory\Extension\* /recursive > C:\!Work\DataEntityModify\history.txt 2>&1
set "outfilename=C:\!Work\DataEntityModify\history.txt "
set "aosdir=C:\AOSService\PackagesLocalDirectory"
tf stat %aosdir%\Canon_Extension\* /recursive > %outfilename% 2>&1
tf stat %aosdir%\Ccn_Extension\* /recursive > %outfilename% 2>&1