shell

  1. mzsoft

    B4J Question play wav ubonto using shell

    in ubonto we cant play sound with mediaplay. so i want to play with shell command. in terminal with command below i play wav. aplay /home/admins/tempjars/Record/11012023094449.wav in shell i write this Dim path As String= File.GetUri("/home/admins/tempjars/Record/11012023094449.wav","")...
  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...
  3. J

    Android Question Can we make terminal shell apps?

    Hi, Its been a loooong time since I was here, so sorry if this has been covered recently. Can we create a terminal app (ie no GUI/Activities, and run directly from the shell / terminal window)? I wish to do things in the shell / command line, that I cannot do with ASH scripting, but can...
  4. William Lancee

    Share My Creation Number Cruncher and Statistical Package Integrator

    The principle behind this app is that "time is money". I have worked most of my life as a research scientist and consultant, and I can say that I have wasted a huge amount of time ($) because of poor software and data management tools. It is not so much that the tools don't work, they do...
  5. N

    B4J Question Help with SHELL

    Hi all, First post :) I am trying to execute the following code (which works with other programming languages PHP, C etc), but i cannot get a return in B4J, help is appreciated! Dim s_input As String ="2008-03-10;2008-03-10T15:58:00;FT 1/1;28.07;" 'Dim s_query As String = "/c...
Top