Variable data on .txt file and .EXEs
I have a task that uses variable information.
The information is stored in a .txt file
I open a program concatening the path and the program name.
Everything works fine when I test the task from the Task Editor.
When I create the .exe, the information is transferred correctly because I can see the variable content before opening the file but it produces an error. The error says that the Program\File $filename that you are trying to open, could not be found.
This task is part of a supertask. When I run the .exe of the task by itself, it works fine.
In a supertask I dont see the option of running .exe files. How can I make this work?
|