[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Win32 commandline Squeak start-up script ignored (Issue #655)

Alan Dao notifications at github.com
Sat Oct 1 06:01:04 UTC 2022


I'm trying to run a Smalltalk script on VM start-up on Windows. It looks like GNU/Linux is able to do it with this command:
`../cogspur/squeak Cuis5.0-4426 -s ../scripts/setUpEnvironment.st`

However, the start-up script is ignored when I try this equivalent command on Windows:
`cogspur\Squeak.exe Cuis5.0-4426.image -s ../scripts/setUpEnvironment.st`

Is there a Windows equivalent way to run a script on VM start-up?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/655
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/issues/655 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220930/29ecbb4e/attachment.html>


More information about the Vm-dev mailing list