program jtouch; {$APPTYPE CONSOLE} uses SysUtils, JTouchUtils in 'JTouchUtils.pas', JTools in '..\Common\JTools.pas'; begin Run; end.