On Tue, 16 Jun 2009, Szak�ts Viktor wrote: > I can of course revert to use hb_run() in such cases, but > this means readding command line limitations implied by > shell. > Is there any way to use similar technique with hb_process*() API?
Why do you think it does not work with hb_process*() functions? Just simply replace: hb_run( hb_progname() + " 1" ) with: hb_processValue( hb_processOpen( hb_progname() + " 1" ) ) and check. It should work on all platforms which supports hb_process*() functions. Of course if HB_SETENV() is also supported just like for hb_run(). best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour