[Cuis-dev] vm command line parameters in Windows

Nicola Mingotti nmingotti at gmail.com
Mon Jun 13 07:07:10 PDT 2022


I found an interesting example in
SystemDictionary >> processCommandLineArgument: rawArgStream
storeStartUpScriptArgsOn: startUpScriptArgs








On Mon, Jun 13, 2022 at 12:34 PM Nicola Mingotti <nmingotti at gmail.com>
wrote:

> 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/bb163ef7/attachment.htm>


More information about the Cuis-dev mailing list