<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi, <br>
      </font></p>
    <p><font size="4">On Windows, I have observed when I start the
        Squeak VM, the VM starts (I can see the process) but there is no
        window.</font></p>
    <p><font size="4">If I start SqueakConsole from the same VM
        distribution, it is ok.</font></p>
    <p><font size="4">What I want is to start the VM with a one line
        .bat file, with no subsequent command window to popup:</font></p>
    <blockquote>
      <p><font size="4" face="monospace">START "" /MAX /B VM\Squeak</font></p>
    </blockquote>
    <p><font size="4">with the Squeak.ini set accordingly:</font></p>
    <blockquote>
      <p><font size="4"><font face="monospace">[Global]<br>
            DeferUpdate=1<br>
            ShowConsole=0<br>
            DynamicConsole=1<br>
            ReduceCPUUsage=1<br>
            ReduceCPUInBackground=0<br>
            3ButtonMouse=0<br>
            1ButtonMouse=0<br>
            UseDirectSound=1<br>
            PriorityBoost=1<br>
            B3DXUsesOpenGL=1<br>
            CaseSensitiveFileMode=0<br>
            ImageFile="..\Resources\image\drgeo.image"<br>
            WindowTitle="GNU Dr. Geo"<br>
            QuitDialogLabel="GNU Dr. Geo"<br>
            QuitDialogMessage="Do you really want to quit?"</font><br>
        </font></p>
    </blockquote>
    <p><font face="monospace">The directory structure of my
        distribution:<br>
      </font></p>
    <p><font face="monospace">├── DrGeo.bat<br>
        ├── README<br>
        ├── Resources<br>
        │   ├── doc<br>
        │   ├── fonts<br>
        │   │   └── WenQuanYi Zen Hei Sharp Regular.ttf<br>
        │   ├── icons<br>
        │   │   └── splash.bmp<br>
        │   ├── image<br>
        │   │   ├── CuisV6.sources<br>
        │   │   ├── drgeo.changes<br>
        │   │   ├── drgeo.image<br>
        │   │   └── locale<br>
        │   ├── MyExports<br>
        │   ├── MySketches<br>
        │   ├── Sketches<br>
        │   └── SmalltalkSketches<br>
        │       └── README<br>
        └── VM<br>
            ├── B3DAcceleratorPlugin.dll<br>
            ├── DESPlugin.dll<br>
            ├── FileAttributesPlugin.dll<br>
            ├── MD5Plugin.dll<br>
            ├── SHA2Plugin.dll<br>
            ├── Squeak3D.dll<br>
            ├── SqueakConsole.exe<br>
            ├── SqueakConsole.exe.manifest<br>
            ├── Squeak.exe<br>
            ├── Squeak.exe.manifest<br>
            ├── SqueakFFIPrims.dll<br>
            ├── Squeak.ini<br>
            ├── SqueakSSL.dll<br>
            ├── UUIDPlugin.dll<br>
            ├── VectorEnginePlugin.dll<br>
            └── Win32OSProcessPlugin.dll<br>
      </font><br>
    </p>
    <p><font size="4">When I start like this, it works but it opens a
        console window:<br>
      </font></p>
    <blockquote>
      <p><font size="4" face="monospace">START "" /MAX /B
          VM\SqueakConsole.exe Resources\image\drgeo.image</font></p>
    </blockquote>
    <p>Observe that if I replace <font face="monospace">SqueakConsole.exe</font>
      by <font face="monospace">Squeak.exe</font> it does not work<br>
    </p>
    <p>Any idea?</p>
    <p>Thanks</p>
    <p>Hilaire<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>