By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!for %fn in (*.exe) if "%@verinfo[%fn,ProductName]" NE "" move /r "%fn" "test\%@replace[ ,_,%@verinfo[%fn,ProductName]_%@verinfo[%fn,ProductVersion]_%@verinfo[%fn,FileVersion].%@ext[%fn]]"
for %fn in (*.exe) if "%@verinfo[%fn,FileDescription]" NE "" move /r "%fn" "test\%@replace[ ,_,%@verinfo[%fn,FileDescription].%@ext[%fn]]"
move /d /r Test\* .
for %fn in (*.exe) move /r "%fn" "test\%@replace[__,_,%fn]"
move /d /r Test\* .