PowerShell + sourcesafe = :D
gci -i "*.aspx" -r | select-string "searchstring" | %{ $_.RelativePath($(get-item .).FullName) } | %{ ss checkout $_ -i- -gf }
{checks out items from current project dependant if they contain the pattern searchstring}
random ramblings of a bearded man
gci -i "*.aspx" -r | select-string "searchstring" | %{ $_.RelativePath($(get-item .).FullName) } | %{ ss checkout $_ -i- -gf }
{checks out items from current project dependant if they contain the pattern searchstring}
at 12:07
No comments:
Post a Comment