<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Times New Roman'; COLOR: #00002b; FONT-SIZE: 12pt">
<DIV>Hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>Using BDS 2006 on Win 7.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a shell execute trial command&nbsp; -</DIV>
<DIV>ProgramName := '"'+s+'\Quantum GIS Wroclaw\bin\ogr2ogr" "-f"&nbsp; 
"PostgreSQL"; PG:"host='+DBHost+' user=postgres dbname='+DBName+' 
password='+Pass+'" "'+ DXFfile +'" -nln '+'Import_PID'+' "-overwrite" ';</DIV>
<DIV>&nbsp;</DIV>
<DIV>that, if inserted in Delphi on one line, has no errors and works 
well.</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I make two lines, as above, I get errors. I’ve attempted double quotes 
to wrap the command. I’ve also tried adding + with and without quotes and adding 
+ ProgramName to second line – all with no joy.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The final command will be considerably longer than the trial command.</DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I organize this so it will be on multiple lines and therefor easier 
to work with?</DIV>
<DIV>&nbsp;</DIV>
<DIV>My searches found only how to create multiple lines for ShowMessage 
strings.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Bob</DIV></DIV></DIV></BODY></HTML>