Notice that hb_Run() works but hb_ProcessRun() does not work.
#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