This is the IBM AS400 <===> Delphi newsgroup. You will get more readers
elsewhere.
Delphi 5 has a consol app wizard, but its not really worth the price of the
upgrade for that alone <g>:
program Project1;
{$APPTYPE CONSOLE}
uses SysUtils;
begin
// Insert user code here
end.
Barry Mossman