prova email wrote:
It's quite hard to me to explain what i need. When i ask something, i've never had the
answer that i want. What do you mean for "There are some places in the system where
you can put txt file"? What are the places you are talking about? Is it the Pharo
2.0 folder? Can somebody tell me step-by-step how to create the .exe file? Why is it so
difficult? As i said at the beginnning of one of my first messages, i'm a rookie in
Pharo. So i need something more.
Thanks again.Paolo
Do you just want to just make it look like 'you app'?
For instance by renaming:
* Pharo.exe to MyApp.exe, and
* Pharo.changes to MyApp.changes
* Pharo.image to MyApp.changes.
Note you don't need basename the 'exe' to be the same and the 'image'.
That is just co-incidental. As long as there is only one 'image' in the
folder as the 'exe', then that is opened automatically.
cheers -ben