How do you solve the problem of accented letters?
in Command Prompt commands = Sì but StdOut = S�
see Attachment
in Command Prompt commands = Sì but StdOut = S�
see Attachment
B4X:
Sub shl_ProcessCompleted (Success As Boolean, ExitCode As Int, StdOut As String, StdErr As String)
If Success Then
Log(StdOut)
fx.Msgbox(MainForm, StdOut, "IPCONFIG")
End If
End Sub
B4X:
Dim s As Shell
s.Initialize("shl", "\windows\System32\ipconfig", _
Array As String("/all"))
s.Run(-1)
Attachments
Last edited: