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

Eliot Miranda notifications at github.com
Mon Oct 3 13:33:05 UTC 2022


You must use SqueakConsole.exe; Windows is badly broken like that.  Command line arguments are not passed along for Squeak.exe.

When the system is running you can check that the arguments are available via getSystemAttribute: and senders (eg Squeak has SmalltalkImage>>rawArguments and SmalltalkImage>>arguments; not sure what Cuis provides).

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

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


More information about the Vm-dev mailing list