commands

  1. 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)
  2. 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