When opening files without the aid of a dialog box, you must wire a path up to the "file path" input of "Open/Create/Replace File.vi" or one of the other VIs used for opening files. The reason for that is you are most likely using one of the higher-level VIs that have built-in functionality to prevent blank paths from being processed. In most cases, a valid path at that input will be enough to forgo the file dialog box.
If you open up the VI you're using to open your file (the one that always seems to open the file dialog on you) you'll notice it has subVIs and functions behind it. You can get down to the low-level "guts" of that VI by looking in the "Advanced" subpalette of the "File I/O" palette. Notice the "Open File" function? He will not open that dialog on y
ou. As always if you're confused about the functionality of one of the VIs built into LabVIEW, simply right-click on it and select "Help".
Have fun,
Dan
www.primetest.com