You can actually skip the file name in the destination of your MOVE call:
md "PoolA"
for /f %%a in (PoolAList.txt) do (
Move "*%%a*" "PoolA")
This should retain the whole file name, you won't lose the "Josh Smith" as in your example above.
Regards,
Salvador Manaois III
MCITP |
Enterprise & Server Administrator
MCSE MCSA MCTS(x5) CIWA C|EH
My Blog:
Bytes and Badz My Shots:
View My PhotoStream