Experienced Smalltalkers know that VA Smalltalk on start up will look for an abt.cnf file and, if found, execute any code it contains during system start up.
VA Smalltalk 8.6.2 extends this functionality by allowing you to put code into abt.cnf to be executed after the image has started. You do this by adding the code to the abt.cnf file after a single line that says PostStartUp !.
The following code in abt.cnf does Hello World the Easy Way.
PostStartUp !
Transcript show: 'Hello, World';cr !
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To post to this group, send email to
[hidden email].
Visit this group at
https://groups.google.com/group/va-smalltalk.
For more options, visit
https://groups.google.com/d/optout.