06.07.2010 21:01, Michael Van Canneyt wrote: > No, different shells is more likely to be the cause. I made a small bat file: @echo off echo 1 %1 echo 2 %2 C:\>test -o"My Test Project.exe" C:\WINDOWS\TEMP\project1.lpr 1 -o"My Test Project.exe" 2 C:\WINDOWS\TEMP\project1.lpr So quotes are passed right. Best regards, Paul Ishenin.