- Oct
- 4
- 0
In ANT it's easy to do that and it's the one function over the years that I've really wished Take Command had.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!do f in /p ffind /b /c /t"text string" * (copy %f ...)
alias tcopy=`do f in /p ffind /b /c /t%1 %2 (copy %f %3)`
tcopy "test string" * dest_folder
That's actually what DO /P does.Or maybe redirect to a temp file, then use that as an @file?