About executing task into a task and creating .exes ...
Hello there; I have a question: what would happen if I run multiple tasks into another task, and then, I create an .exe of the main task? The tasks contained by the main task will be included into the .exe file?
I tried to do it, and the first time it works as I expected; the .exe file was containing all of the secundary tasks (I mean, running the .exe was the same as running the task from AA). That was a test, but now that I'm doing it within a production context, it doesn't work. The main task stops just before executing the first internal task.
I want to know what exactly happened, and I hope you can give me an advice about this kind of practices, if it is a good idea run tasks into a task if the main task will become an .exe file...?
Thanks
|