John Gray wrote:
>
> Thanks, both - obvious when you see it done!
To avoid getting stuck, I'd make sure there is an exit command at the end of
the file before using it.
First make another copy to avoid changing the original file.
copy /y NSinput.txt NSinputPlusExit.txt
echo EXIT>>NSinputPlusExit.txt
NSLOOKUP <NSinputPlusExit.txt
DEL NSinputPlusExit.txt
--
Reply in group, but if emailing add one more
zero, and remove the last word.