I already have a list of name, I want the batch script will randomly pick a name.
1. john
2. amy
3. sam
…
output random name: xxxxxx
2nd step, I want to do loop. I want all the name being pick.
output random name 1: amy
output random name 2: sam
output random name 3: John
…
edit the shuffle script, here it is a single script: