[squeak-dev] Startup scripts on Windows - how?

Frank Shearar frank.shearar at gmail.com
Fri Mar 22 11:53:54 UTC 2013


On a Linux machine, you can run a script from the command line thusly:
my/path/to/vm/squeak MyImage.image path/to/my/script.st. On Windows,
the analogous operation fails because (I think) CodeLoader doesn't
know how to handle file URIs like
'file:///C%3A/Users/frank/squeak-ci/target/update-image.st'.

Is this a known problem? How else can I run a startup script on
Windows? (Surely I'm not the only person in the world who wants to do
this?)

frank


More information about the Squeak-dev mailing list