I'm creating a log in screen that asks for info (user name, serial number, part number) then locates an executable on the network and opens it. I use the System Exec.vi to open the executable, but the problem I am having is I need to pass the log in info into the executable. That way when the executable finishes and writes the data to excel, the info can also be sent to excel. Note:when the executable opens, it isn't running, which is how I want it. Originally I was using the invoke node and Set Control Value method when it wasn't an executable, but a vi. How can I do this for an executable? Also, currently the log in screen is a vi, but will probably end up as an exectuable as well.