=== Top of the Swiki === Attachments ===

Writing scripts

The first argument after the image name is interpreted as a Smalltalk source file and will be executed on startup. More arguments can be passed in and are accessed via SystemDictionary>>getSystemAttribute: returning the following strings:
0 - Virtual Machine name
1 - Image name
2 - Script file name
3 ... n - additional arguments
Andreas Raab

Don't forget to look at SystemAttributes for fuller details. Tim Rowledge