giga Well-Known Member Licensed User Longtime User Nov 24, 2012 #1 Newbie question: I am creating an app that creates a .sh (shell script). Is there already a library in B4A that can read a script? or Does anyone know of a compatible library that will do this? Thank you.
Newbie question: I am creating an app that creates a .sh (shell script). Is there already a library in B4A that can read a script? or Does anyone know of a compatible library that will do this? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Nov 25, 2012 #2 You can use Phone.Shell to run a shell script. Upvote 0
giga Well-Known Member Licensed User Longtime User Nov 25, 2012 #3 Erel said: You can use Phone.Shell to run a shell script. Click to expand... Thanks Erel, :sign0188: I will study the Phone library and try it. Upvote 0
Erel said: You can use Phone.Shell to run a shell script. Click to expand... Thanks Erel, :sign0188: I will study the Phone library and try it.