Table of Content
HAL Forum
procedure Exec_File (
String cwesp.hal)
Description:
Compile a hal archive
Parameters:
cwesp.hal file to compile, you can use absolute paths
begin

  Exec_File("spanish\\cwesp.hal");

  return;
end;

Related topics:
««