SHELL calls from FiveTouch
Posted: Tue Mar 05, 2019 10:34 am
Notice that hb_Run() works but hb_ProcessRun() does not work.
Code: Select all
#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