commands

  1. E

    Android Question How to modify a command by inserting an external string

    Hi All, I've been trying to do this with all sorts of string literals, but a command is not a string so it doesn't work. If one could use something like DIM cmd_parameter as (its not a string or int. what is it) then one could do page&cmd_parameter... Does b4x have macros Define p page...
  2. Shivito1

    B4J Question jshell net use command

    I have tried many different ways to accomplish this however to no avail. here is my code. Dim runit As Shell Private switches As List switches.Initialize switches.Add("/user:johns") switches.Add("password") runit.Initialize("net use J:",$"\\example\windows\share"$,switches) runit.RunSynchronous(-1)
  3. Multiverse app

    Android Question Extreme assistant third party support

    Google has made a series of intents for it's 'OK Google' voice search: https://developers.google.com/android/reference/com/google/android/gms/actions/package-summary https://android-developers.googleblog.com/2014/10/the-fastest-route-between-voice-search.html for third-party integrations. I...
Top