cmd

  1. HassanProgrammer

    Android Question Using sdk of Android operating system inside the application

    I am building an application that will allow the user to create an application for his friend's birthday without programming and with his own phone. Now I want to put a b4a source in my DirAssets application and sign it on my phone using my Android SDK. How can I do that? I've done this before...
  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)
Top