I want the end users to get a File open box and then select a txt file and have the full path and the file name C:\txtfile.txt put into a $file string that I can use later on in the script.
Also is it possible to put this in some kind of loop to have the script ask if the string they selected is correct and if not loop back and have them pick a different file with the browser again.
Thanks!