[Cuis-dev] vm command line parameters in Windows

Nicola Mingotti nmingotti at gmail.com
Mon Jun 13 03:34:59 PDT 2022


Hi guys,

I am exploring the possibility of running Cuis scripts instead
of Python scripts in Windows.

I know this is more a VM question, just in case you already found
and solved this problem before.

In principle there aren't big problems, if not that i can't convert this
Unix line into a working Windows batch file.
---- Linux, ok, working

$> ./sqcogspur64linuxht/squeak -vm-display-null
Cuis-Smalltalk-Dev/borghiSerialExpoter.image -d 'ScriptXMLToSerialIM9500
test1'.
----

The best approximation i got working is this. So, i miss
1. Possibility to run special code with "-d" or "-s"
2. possibility not to see the windows "-vm-display-null"
--- starter.bat --------------
echo off
C:\CUIS\squeak.cog.spur_win64x64\Squeak.exe
 C:\CUIS\borghiSerialExporter.image
REM pause
-----------------------------------------------

please let me know if if you know how to fix this.

bye
Nicola
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220613/35ccaa2c/attachment.htm>


More information about the Cuis-dev mailing list