I have a script written that pulls data from a text file. I currently have to include in the text file the command that I want to execute and read the whole line, that causes me to do a lot of manual massaging before I can run the script. I want to know how to just have the telephone number in the text file, and put all the switch commands in the script and have them executed as the text data is being read by PC plus, this will allow the script to be more flexible.