- Code: Select all Expand view
- #include "FiveTouch.ch"
function Main()
hb_Run( "export > info.txt" ) // list environment variables, use GetEnv() to retrieve their values
MsgInfo( MemoRead( "info.txt" ) )
return nil
#include "FiveTouch.ch"
function Main()
hb_Run( "export > info.txt" ) // list environment variables, use GetEnv() to retrieve their values
MsgInfo( MemoRead( "info.txt" ) )
return nil
#include "FiveTouch.ch"
function Main()
hb_Run( "pwd > info.txt" ) // print working directory
MsgInfo( MemoRead( "info.txt" ) )
return nil
#include "FiveTouch.ch"
function Main()
MemoWrit( "go.sh", "am start -a android.intent.action.VIEW -d http://www.fivetechsoft.com" )
hb_Run( "sh go.sh > info.txt" )
MsgInfo( MemoRead( "info.txt" ) )
return nil
Users browsing this forum: No registered users and 2 guests