// // Compile Hello // // This program compiles hello.prg // // Written by Eddie Runia // // Placed in the public domain // PROCEDURE Main() ? "About to compile hello.prg" ? hb_run( ".." + hb_ps() + "bin" + hb_ps() + "harbour hello.prg -gh" ) ? "Finished compiling" RETURN