program SetPoHeader; {$APPTYPE CONSOLE} uses SetPoHeaderUtils in 'SetPoHeaderUtils.pas'; begin Run; end.