powershell

  1. walterf25

    B4J Question ABMGridBuilder one liner

    Hi all, I haven't used ABMaterial in a while and had the need to use the ABMGridBuilder but realized it will not run with the ./start.bat file, so with the help of ChatGPT here's a replacement line you can use to launch the jar file, at least this works for me, "C:\Java\jdk-19.0.2\bin\java.exe"...
  2. gezueb

    B4J Question Call Powershell from b4j

    I try to call powershell with the parameters: PowerShell -Command "Add-Type –AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('hello');" However, I cannot figure out how to do it. shl.Initialize("shl", "java", _ Array As String("Powershell...
Top