cat infos,txt
# IP PW
1.2.3.4 geheim

cat infos.txt|while IFS=' ' read i j; do ./CheckProductKey.sh $i $j; done

-> ./CheckProductKey.sh 1.2.3.4 geheim
...