program stripCmtPO; {$APPTYPE CONSOLE} uses SysUtils, stripUtils in 'stripUtils.pas'; begin Run; { TODO -oUser -cConsole Main : Insert code here } end.