I try to run a 'Execute Program' action like with "%BCB6DIR%\Bin\tlib.exe" as program. where BCB6DIR is the system variable that point to c:\program files\Borland\CBuilder6.
I get an error message : Error: opening 'Files\Borland\CBuilder6\Bin\tlib.exe
The path is not ok. I tried to change the quote but cannot manage to get something working. The only way is to overide the BCB6DIR with the short pathname.
Are you using the Execute Program action or the Run DOS Command action?
The Execute Program is the correct one to use, but Run DOS Command will give you an error like the one you’re describing (because it passes everything verbatim to the DOS command interpeter.)