How can I run a Headless Squeak app?

Tim Rowledge rowledge at interval.com
Fri Apr 23 17:27:16 UTC 1999


On Fri 23 Apr, Bolot Kerimbaev wrote:
> Open the image with the normal VM, do magic, then open image with headless.
> 
> Now, magic: three ways:
> 
> 1. specify .st file to run at start-up
>   - but may not work: last time I checked the file name was not passed...
Worked last time I tried it on W95, Linux & Acorn. Add the filename of the
file containing your startup code _after_ the image name; something like
squeakVM -memory 320000M myimage.image doWhatIWant.st
should do the trick on unix.

tim

-- 
Useful Latin Phrases:- Mellita, domi adsum.
Honey, I'm home.
Tim Rowledge:  rowledge at interval.com (w)  +1 (650) 842-6110 (w)
 tim at sumeru.stanford.edu (h)  <http://sumeru.stanford.edu/tim>





More information about the Squeak-dev mailing list