program yourBBS; {$APPTYPE CONSOLE} {$R *.dres} uses Web.WebBroker, CGIApp, WebModuleUnit1 in 'WebModuleUnit1.pas' {WebModule1: TWebModule}; {$R *.res} begin Application.Initialize; Application.WebModuleClass := WebModuleClass; Application.Run; end.