View Single Post
  #1  
Old 03-01-2008, 11:59 AM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
Reading in parameters with a published exe

I have a script which reads parameters in from a text file. This is so that
the user can modify the parameters in the file without having to
run Vizard and modify them in the script.

The problem is that when I publish the script to an exe the modified parameter
file is no longer read. It always uses the values of the parameters in effect
when the script was published.

Is there any way to make a published exe read in parameters from a file
when it runs?
Reply With Quote