<p></p>
<p dir="auto">Hi,<br>
I am trying to deploy CuisSmalltalk as a scripting language in Windows 10.<br>
I am running the latest release of the VM<br>
<code class="notranslate">Win32 built on Jun  2 2022 15:29:46 Compiler: Clang 14.0.3 [Production Spur 64-bit X64 VM]</code>.<br>
I got almost all working but I found this little roadblock.<br>
As far as I can say the "-headless" parameter is ignored in Windows 10.<br>
---- demo, headless is ignored.</p>
<pre class="notranslate"><code class="notranslate">win cmd> C:\CUIS\squeak.cog.spur_win64x64\SqueakConsole.exe -headless C:\CUIS\Cuis6.0-5031.image 
                                -d "StdIOWriteStream stdout nextPutAll: 'hello world'; newline." 
                                -d "Smalltalk quit."

=> hello world   [ headless is not working, if you remove the 'Smalltalk quit' you will see the window is well alive].
</code></pre>
<p dir="auto">By comparison the parameter "-vm-display-null" works very well in Linux.<br>
---- demo, fully working, windows ghost popping up as in Linux.</p>
<pre class="notranslate"><code class="notranslate">$> ./sqcogspur64linuxht/squeak -vm-display-null Cuis-Smalltalk-Dev/Cuis6.0-5031.image 
           -d "StdIOWriteStream stdout nextPutAll: 'Hello World'; newLine" 
           -d 'Smalltalk quit.' 

=> Hello World     [and goodbye]
</code></pre>
<p dir="auto">bye<br>
Nicola</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/639">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEWZ7A7DQ63TR5UY5NZTVO5KTTANCNFSM5YUWHHBA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AIJPEW4FIUI3CYEVQ4EE3DDVO5KTTA5CNFSM5YUWHHBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4S5NHH2Q.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><OpenSmalltalk/opensmalltalk-vm/issues/639</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/639",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/639",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>