If I use SET /P to set a parameter from a file / pipe, like
SET /P hello= < world.txt
it will work fine, but if I use it repeatedly, it will continue reading the following lines, and eventually start over, as opposed to keep outputting the first line
(What my Windows XP does).
2011-12-10 12:01:10 PST in The FreeDOS Project