Oct. 28, 2014
12:46 p.m.
Hi Hans, i guess you are asking for a way to make a batch file that when double-clicked immediately starts your program? a batch file with something like this: ~/pharo3.0/bin/pharo ~/pharo3.0/shared/yourImage.image ~/pharo3.0/shared/start.st would do that. start.sh should be a text file with for example this: SystemWindow new openInWorld. werner