program jconvert; {$APPTYPE CONSOLE} uses JConvertUtils in 'JConvertUtils.pas', JTools in '..\Common\JTools.pas'; begin Run; end.